#861676

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

Shades of Dark Purple #861676

Tints of Dark Purple #861676

Color information

#861676 (or 0x861676) is unknown color: approx Dark Purple. HEX triplet: 86, 16 and 76. RGB value is (134,22,118). Sum of RGB (Red+Green+Blue) = 134+22+118=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #861676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861676 is #79E989. Grayscale: #424242. Windows color (decimal): -7989642 or 7739014. OLE color: 7739014.

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

Color convert

RGB13422118-
CMYK00.840.120.47
HSL308.57º71.79%30.59%-
HSV(B)308.57º83.58%52.55%-
XYZ13.396.9517.78-
YUV66.43157.11176.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=48.91%
G=8.03%
B=43.07%

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
Decimal1342211800.840.120.47308.5771.7930.59
Hex861676054C2F135481f
Octal206261660124145746511037
Binary10000110101101110110010101001100101111100110101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861676; }

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

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

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

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

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

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

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

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