#841978

Color #841978 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #841978

Tints of Dark Purple #841978

Color information

#841978 (or 0x841978) is unknown color: approx 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

RGB13225120-
CMYK00.810.090.48
HSL306.73º68.15%30.78%-
HSV(B)306.73º81.06%51.76%-
XYZ13.256.9618.41-
YUV67.82157.45173.78-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322512000.810.090.48306.7368.1530.78
Hex841978051930133441f
Octal204311700121116046310437
Binary10000100110011111000010100011001110000100110011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>