Html Css Color HEX #832978 Dark Purple

📋 copy color: '#832978'

red 131 ◦ green 41 ◦ blue 120

#832978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #832978

Tints of Dark Purple #832978

RGB

 RED value IS 131 (51.56% from 255) = 44.86%

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 44.86%
G = 14.04%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#832978 (or 0x832978) is known color: Dark Purple. HEX triplet: 83, 29 and 78. RGB value is (131,41,120). Sum of RGB (Red+Green+Blue) = 131+41+120=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #832978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832978 is #7CD687. Grayscale: #4C4C4C. Windows color (decimal): -8181384 or 7874947. OLE color: 7874947.

HSL color Cylindrical-coordinate representation of color #832978: hue angle of 307.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832978 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 120 -
CMYK 0 0.69 0.08 0.49
HSL 307.33º 0.52% 0.34% -
HSV(B) 307.33º 0.69% 0.51% -
XYZ 13.54 7.77 18.55 -
YUV 76.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 131 41 120 0 0.69 0.08 0.49 307.33 0.52 0.34
Hex 83 29 78 0 45 8 31 133 34 22
Octal 203 51 170 0 105 10 61 463 64 42
Binary 10000011 101001 1111000 0 1000101 1000 110001 100110011 110100 100010

Color Harmonies of #832978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832978

Black with #832978

Text Example


Text Example

White with #832978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832978; }

 p { color: rgb(131,41,120); }

 H1.HeaderClassName
 {
   color: #832978;
 }
 .AnyTagClassName
 {
   color: #832978;
 }
</style>

background-color css

<style>
 a { background-color: #832978; }

 a { background-color: rgb(131,41,120); }

 div.DivClassName
 {
   background-color: #832978;
 }
 .BgClassName
 {
   background-color: #832978;
 }
</style>

border-color css

<style>
 span { border-color: #832978; }

 span { border-color: rgb(131,41,120); }

 td.TdClassName
 {
   border-color: #832978;
 }
 .TagClassName
 {
   border-color: #832978;
 }
</style>