#860872

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

Shades of Purple #860872

Tints of Purple #860872

Color information

#860872 (or 0x860872) is unknown color: approx Purple. HEX triplet: 86, 08 and 72. RGB value is (134,8,114). Sum of RGB (Red+Green+Blue) = 134+8+114=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860872 is #79F78D. Grayscale: #393939. Windows color (decimal): -7993230 or 7473286. OLE color: 7473286.

HSL color Cylindrical-coordinate representation of color #860872: hue angle of 309.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860872 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB1348114-
CMYK00.940.150.47
HSL309.52º88.73%27.84%-
HSV(B)309.52º94.03%52.55%-
XYZ12.966.4616.48-
YUV57.76159.74182.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=52.34%
G=3.12%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134811400.940.150.47309.5288.7327.84
Hex8687205EF2F136591c
Octal206101620136175746613134
Binary1000011010001110010010111101111101111100110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860872; }

 p { color: rgb(134,8,114); }

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

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

 a { background-color: rgb(134,8,114); }

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

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

 span { border-color: rgb(134,8,114); }

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