#780A82

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

Shades of Purple #780A82

Tints of Purple #780A82

Color information

#780A82 (or 0x780A82) is unknown color: approx Purple. HEX triplet: 78, 0A and 82. RGB value is (120,10,130). Sum of RGB (Red+Green+Blue) = 120+10+130=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #780A82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780A82 is #87F57D. Grayscale: #383838. Windows color (decimal): -8910206 or 8522360. OLE color: 8522360.

HSL color Cylindrical-coordinate representation of color #780A82: hue angle of 295º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A82 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12010130-
CMYK0.080.9200.49
HSL295º85.71%27.45%-
HSV(B)295º92.31%50.98%-
XYZ11.885.8221.62-
YUV56.57169.44173.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 130 (51.17% from 255) = 50%
R=46.15%
G=3.85%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120101300.080.9200.4929585.7127.45
Hex78A8285C031127561b
Octal170122021013406144712633
Binary1111000101010000010100010111000110001100100111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,10,130); }

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

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

 a { background-color: rgb(120,10,130); }

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

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

 span { border-color: rgb(120,10,130); }

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