#860470

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

Shades of Purple #860470

Tints of Purple #860470

Color information

#860470 (or 0x860470) is unknown color: approx Purple. HEX triplet: 86, 04 and 70. RGB value is (134,4,112). Sum of RGB (Red+Green+Blue) = 134+4+112=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860470 is #79FB8F. Grayscale: #363636. Windows color (decimal): -7994256 or 7341190. OLE color: 7341190.

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

Color convert

RGB1344112-
CMYK00.970.160.47
HSL310.15º94.2%27.06%-
HSV(B)310.15º97.01%52.55%-
XYZ12.86.3315.88-
YUV55.18160.07184.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=53.6%
G=1.6%
B=44.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134411200.970.160.47310.1594.227.06
Hex86470061102F1365e1b
Octal20641600141205746613633
Binary1000011010011100000110000110000101111100110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860470; }

 p { color: rgb(134,4,112); }

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

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

 a { background-color: rgb(134,4,112); }

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

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

 span { border-color: rgb(134,4,112); }

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