#860978

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

Shades of Purple #860978

Tints of Purple #860978

Color information

#860978 (or 0x860978) is unknown color: approx Purple. HEX triplet: 86, 09 and 78. RGB value is (134,9,120). Sum of RGB (Red+Green+Blue) = 134+9+120=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #860978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860978 is #79F687. Grayscale: #3A3A3A. Windows color (decimal): -7992968 or 7866758. OLE color: 7866758.

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

Color convert

RGB1349120-
CMYK00.930.100.47
HSL306.72º87.41%28.04%-
HSV(B)306.72º93.28%52.55%-
XYZ13.326.6218.35-
YUV59.03162.41181.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=50.95%
G=3.42%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134912000.930.100.47306.7287.4128.04
Hex8697805DA2F133571c
Octal206111700135125746312734
Binary1000011010011111000010111011010101111100110011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860978; }

 p { color: rgb(134,9,120); }

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

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

 a { background-color: rgb(134,9,120); }

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

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

 span { border-color: rgb(134,9,120); }

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