#841860

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

Shades of Dark Purple #841860

Tints of Dark Purple #841860

Color information

#841860 (or 0x841860) is unknown color: approx Dark Purple. HEX triplet: 84, 18 and 60. RGB value is (132,24,96). Sum of RGB (Red+Green+Blue) = 132+24+96=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #841860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841860 is #7BE79F. Grayscale: #404040. Windows color (decimal): -8120224 or 6297732. OLE color: 6297732.

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

Color convert

RGB1322496-
CMYK00.820.270.48
HSL320º69.23%30.59%-
HSV(B)320º81.82%51.76%-
XYZ11.956.411.67-
YUV64.5145.78176.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=52.38%
G=9.52%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132249600.820.270.4832069.2330.59
Hex8418600521B30140451f
Octal204301400122336050010537
Binary100001001100011000000101001011011110000101000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841860; }

 p { color: rgb(132,24,96); }

 H1.HeaderClassName
 {
   color: #841860;
 }
 .AnyTagClassName
 {
   color: #841860;
 }
</style>
background-color css

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

 a { background-color: rgb(132,24,96); }

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

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

 span { border-color: rgb(132,24,96); }

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