#780882

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

Shades of Purple #780882

Tints of Purple #780882

Color information

#780882 (or 0x780882) is unknown color: approx Purple. HEX triplet: 78, 08 and 82. RGB value is (120,8,130). Sum of RGB (Red+Green+Blue) = 120+8+130=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #780882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780882 is #87F77D. Grayscale: #373737. Windows color (decimal): -8910718 or 8521848. OLE color: 8521848.

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

Color convert

RGB1208130-
CMYK0.080.9400.49
HSL295.08º88.41%27.06%-
HSV(B)295.08º93.85%50.98%-
XYZ11.865.7821.61-
YUV55.4170.11174.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=46.51%
G=3.10%
B=50.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12081300.080.9400.49295.0888.4127.06
Hex7888285E031127581b
Octal170102021013606144713033
Binary1111000100010000010100010111100110001100100111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780882; }

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

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

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

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

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

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

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

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