#860B77

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

Shades of Purple #860B77

Tints of Purple #860B77

Color information

#860B77 (or 0x860B77) is unknown color: approx Purple. HEX triplet: 86, 0B and 77. RGB value is (134,11,119). Sum of RGB (Red+Green+Blue) = 134+11+119=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #860B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860B77 is #79F488. Grayscale: #3B3B3B. Windows color (decimal): -7992457 or 7801734. OLE color: 7801734.

HSL color Cylindrical-coordinate representation of color #860B77: hue angle of 307.32º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B77 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13411119-
CMYK00.920.110.47
HSL307.32º84.83%28.43%-
HSV(B)307.32º91.79%52.55%-
XYZ13.286.6418.03-
YUV60.09161.25180.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=50.76%
G=4.17%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341111900.920.110.47307.3284.8328.43
Hex86B7705CB2F133551c
Octal206131670134135746312534
Binary1000011010111110111010111001011101111100110011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860B77; }

 p { color: rgb(134,11,119); }

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

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

 a { background-color: rgb(134,11,119); }

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

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

 span { border-color: rgb(134,11,119); }

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