#780276

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

Shades of Purple #780276

Tints of Purple #780276

Color information

#780276 (or 0x780276) is unknown color: approx Purple. HEX triplet: 78, 02 and 76. RGB value is (120,2,118). Sum of RGB (Red+Green+Blue) = 120+2+118=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #780276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780276 is #87FD89. Grayscale: #323232. Windows color (decimal): -8912266 or 7733880. OLE color: 7733880.

HSL color Cylindrical-coordinate representation of color #780276: hue angle of 301.02º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780276 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB1202118-
CMYK00.980.020.53
HSL301.02º96.72%23.92%-
HSV(B)301.02º98.33%47.06%-
XYZ11.045.3417.59-
YUV50.51166.09177.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=50%
G=0.83%
B=49.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120211800.980.020.53301.0296.7223.92
Hex7827606223512d6118
Octal1702166014226545514130
Binary11110001011101100110001010110101100101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780276; }

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

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

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

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

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

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

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

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