#860778

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

Shades of Purple #860778

Tints of Purple #860778

Color information

#860778 (or 0x860778) is unknown color: approx Purple. HEX triplet: 86, 07 and 78. RGB value is (134,7,120). Sum of RGB (Red+Green+Blue) = 134+7+120=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #860778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860778 is #79F887. Grayscale: #393939. Windows color (decimal): -7993480 or 7866246. OLE color: 7866246.

HSL color Cylindrical-coordinate representation of color #860778: hue angle of 306.61º 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 #860778 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB1347120-
CMYK00.950.100.47
HSL306.61º90.07%27.65%-
HSV(B)306.61º94.78%52.55%-
XYZ13.36.5818.34-
YUV57.86163.08182.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=51.34%
G=2.68%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134712000.950.100.47306.6190.0727.65
Hex8677805FA2F1335a1c
Octal20671700137125746313234
Binary100001101111111000010111111010101111100110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860778; }

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

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

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

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

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

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

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

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