#86027C

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

Shades of Purple #86027C

Tints of Purple #86027C

Color information

#86027C (or 0x86027C) is unknown color: approx Purple. HEX triplet: 86, 02 and 7C. RGB value is (134,2,124). Sum of RGB (Red+Green+Blue) = 134+2+124=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86027C is #79FD83. Grayscale: #373737. Windows color (decimal): -7994756 or 8127110. OLE color: 8127110.

HSL color Cylindrical-coordinate representation of color #86027C: hue angle of 304.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86027C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB1342124-
CMYK00.990.070.47
HSL304.55º97.06%26.67%-
HSV(B)304.55º98.51%52.55%-
XYZ13.496.5719.63-
YUV55.38166.73184.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=51.54%
G=0.77%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134212400.990.070.47304.5597.0626.67
Hex8627C06372F131611b
Octal2062174014375746114133
Binary1000011010111110001100011111101111100110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86027C; }

 p { color: rgb(134,2,124); }

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

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

 a { background-color: rgb(134,2,124); }

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

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

 span { border-color: rgb(134,2,124); }

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