Html Css Color HEX #842978 Dark Purple

📋 copy color: '#842978'

red 132 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #842978

Tints of Dark Purple #842978

RGB

 RED value IS 132 (51.95% from 255) = 45.05%

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

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

R = 45.05%
G = 13.99%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#842978 (or 0x842978) is known color: Dark Purple. HEX triplet: 84, 29 and 78. RGB value is (132,41,120). Sum of RGB (Red+Green+Blue) = 132+41+120=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #842978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842978 is #7BD687. Grayscale: #4C4C4C. Windows color (decimal): -8115848 or 7874948. OLE color: 7874948.

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

Color convert

RGB 132 41 120 -
CMYK 0 0.69 0.09 0.48
HSL 307.91º 0.53% 0.34% -
HSV(B) 307.91º 0.69% 0.52% -
XYZ 13.7 7.85 18.56 -
YUV 77.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 132 41 120 0 0.69 0.09 0.48 307.91 0.53 0.34
Hex 84 29 78 0 45 9 30 134 35 22
Octal 204 51 170 0 105 11 60 464 65 42
Binary 10000100 101001 1111000 0 1000101 1001 110000 100110100 110101 100010

Color Harmonies of #842978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842978

Black with #842978

Text Example


Text Example

White with #842978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842978; }

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

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

background-color css

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

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

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

border-color css

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

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

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