#781592

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

Shades of Purple #781592

Tints of Purple #781592

Color information

#781592 (or 0x781592) is unknown color: approx Purple. HEX triplet: 78, 15 and 92. RGB value is (120,21,146). Sum of RGB (Red+Green+Blue) = 120+21+146=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #781592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781592 is #87EA6D. Grayscale: #404040. Windows color (decimal): -8907374 or 9573752. OLE color: 9573752.

HSL color Cylindrical-coordinate representation of color #781592: hue angle of 287.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781592 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12021146-
CMYK0.180.8600.43
HSL287.52º74.85%32.75%-
HSV(B)287.52º85.62%57.25%-
XYZ13.26.627.77-
YUV64.85173.8167.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=41.81%
G=7.32%
B=50.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120211460.180.8600.43287.5274.8532.75
Hex781592125602B1204b21
Octal170252222212605344011341
Binary1111000101011001001010010101011001010111001000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781592; }

 p { color: rgb(120,21,146); }

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

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

 a { background-color: rgb(120,21,146); }

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

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

 span { border-color: rgb(120,21,146); }

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