#861476

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

Shades of Dark Purple #861476

Tints of Dark Purple #861476

Color information

#861476 (or 0x861476) is unknown color: approx Dark Purple. HEX triplet: 86, 14 and 76. RGB value is (134,20,118). Sum of RGB (Red+Green+Blue) = 134+20+118=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #861476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861476 is #79EB89. Grayscale: #404040. Windows color (decimal): -7990154 or 7738502. OLE color: 7738502.

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

Color convert

RGB13420118-
CMYK00.850.120.47
HSL308.42º74.03%30.2%-
HSV(B)308.42º85.07%52.55%-
XYZ13.356.8817.76-
YUV65.26157.77177.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=49.26%
G=7.35%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342011800.850.120.47308.4274.0330.2
Hex861476055C2F1344a1e
Octal206241660125145746411236
Binary10000110101001110110010101011100101111100110100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861476; }

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

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

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

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

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

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

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

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