#780F86

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

Shades of Purple #780F86

Tints of Purple #780F86

Color information

#780F86 (or 0x780F86) is unknown color: approx Purple. HEX triplet: 78, 0F and 86. RGB value is (120,15,134). Sum of RGB (Red+Green+Blue) = 120+15+134=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #780F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780F86 is #87F079. Grayscale: #3B3B3B. Windows color (decimal): -8908922 or 8785784. OLE color: 8785784.

HSL color Cylindrical-coordinate representation of color #780F86: hue angle of 292.94º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780F86 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12015134-
CMYK0.100.8900.47
HSL292.94º79.87%29.22%-
HSV(B)292.94º88.81%52.55%-
XYZ12.226.0623.08-
YUV59.96169.79170.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=44.61%
G=5.58%
B=49.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120151340.100.8900.47292.9479.8729.22
Hex78F86A5902F125501d
Octal170172061213105744512035
Binary1111000111110000110101010110010101111100100101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780F86; }

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

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

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

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

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

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

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

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