#780566

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

Shades of Purple #780566

Tints of Purple #780566

Color information

#780566 (or 0x780566) is unknown color: approx Purple. HEX triplet: 78, 05 and 66. RGB value is (120,5,102). Sum of RGB (Red+Green+Blue) = 120+5+102=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780566 is #87FA99. Grayscale: #323232. Windows color (decimal): -8911514 or 6686072. OLE color: 6686072.

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

Color convert

RGB1205102-
CMYK00.960.150.53
HSL309.39º92%24.51%-
HSV(B)309.39º95.83%47.06%-
XYZ10.25.0613.01-
YUV50.44157.1177.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=52.86%
G=2.20%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120510200.960.150.53309.399224.51
Hex78566060F351355c19
Octal17051460140176546513431
Binary11110001011100110011000001111110101100110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780566; }

 p { color: rgb(120,5,102); }

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

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

 a { background-color: rgb(120,5,102); }

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

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

 span { border-color: rgb(120,5,102); }

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