#860772

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

Shades of Purple #860772

Tints of Purple #860772

Color information

#860772 (or 0x860772) is unknown color: approx Purple. HEX triplet: 86, 07 and 72. RGB value is (134,7,114). Sum of RGB (Red+Green+Blue) = 134+7+114=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860772 is #79F88D. Grayscale: #383838. Windows color (decimal): -7993486 or 7473030. OLE color: 7473030.

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

Color convert

RGB1347114-
CMYK00.950.150.47
HSL309.45º90.07%27.65%-
HSV(B)309.45º94.78%52.55%-
XYZ12.946.4416.48-
YUV57.17160.08182.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=52.55%
G=2.75%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134711400.950.150.47309.4590.0727.65
Hex8677205FF2F1355a1c
Octal20671620137175746513234
Binary100001101111110010010111111111101111100110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860772; }

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

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

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

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

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

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

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

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