#861576

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

Shades of Dark Purple #861576

Tints of Dark Purple #861576

Color information

#861576 (or 0x861576) is unknown color: approx Dark Purple. HEX triplet: 86, 15 and 76. RGB value is (134,21,118). Sum of RGB (Red+Green+Blue) = 134+21+118=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861576 is #79EA89. Grayscale: #414141. Windows color (decimal): -7989898 or 7738758. OLE color: 7738758.

HSL color Cylindrical-coordinate representation of color #861576: hue angle of 308.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861576 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13421118-
CMYK00.840.120.47
HSL308.5º72.9%30.39%-
HSV(B)308.5º84.33%52.55%-
XYZ13.376.9117.77-
YUV65.84157.44176.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=49.08%
G=7.69%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342111800.840.120.47308.572.930.39
Hex861576054C2F134491e
Octal206251660124145746411136
Binary10000110101011110110010101001100101111100110100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861576; }

 p { color: rgb(134,21,118); }

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

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

 a { background-color: rgb(134,21,118); }

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

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

 span { border-color: rgb(134,21,118); }

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