#780A76

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

Shades of Purple #780A76

Tints of Purple #780A76

Color information

#780A76 (or 0x780A76) is unknown color: approx Purple. HEX triplet: 78, 0A and 76. RGB value is (120,10,118). Sum of RGB (Red+Green+Blue) = 120+10+118=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #780A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A76 is #87F589. Grayscale: #363636. Windows color (decimal): -8910218 or 7735928. OLE color: 7735928.

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

Color convert

RGB12010118-
CMYK00.920.020.53
HSL301.09º84.62%25.49%-
HSV(B)301.09º91.67%47.06%-
XYZ11.125.5217.62-
YUV55.2163.44174.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=48.39%
G=4.03%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201011800.920.020.53301.0984.6225.49
Hex78A7605C23512d5519
Octal17012166013426545512531
Binary1111000101011101100101110010110101100101101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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