Html Css Color HEX #841978 Dark Purple

📋 copy color: '#841978'

red 132 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #841978

Tints of Dark Purple #841978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 47.65%
G = 9.03%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#841978 (or 0x841978) is known color: Dark Purple. HEX triplet: 84, 19 and 78. RGB value is (132,25,120). Sum of RGB (Red+Green+Blue) = 132+25+120=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #841978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841978 is #7BE687. Grayscale: #434343. Windows color (decimal): -8119944 or 7870852. OLE color: 7870852.

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

Color convert

RGB 132 25 120 -
CMYK 0 0.81 0.09 0.48
HSL 306.73º 0.68% 0.31% -
HSV(B) 306.73º 0.81% 0.52% -
XYZ 13.25 6.96 18.41 -
YUV 67.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 132 25 120 0 0.81 0.09 0.48 306.73 0.68 0.31
Hex 84 19 78 0 51 9 30 133 44 1F
Octal 204 31 170 0 121 11 60 463 104 37
Binary 10000100 11001 1111000 0 1010001 1001 110000 100110011 1000100 11111

Color Harmonies of #841978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841978

Black with #841978

Text Example


Text Example

White with #841978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841978; }

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

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

background-color css

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

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

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

border-color css

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

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

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