#782059

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

Shades of Palatinate Purple #782059

Tints of Palatinate Purple #782059

Color information

#782059 (or 0x782059) is unknown color: approx Palatinate Purple. HEX triplet: 78, 20 and 59. RGB value is (120,32,89). Sum of RGB (Red+Green+Blue) = 120+32+89=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #782059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782059 is #87DFA6. Grayscale: #404040. Windows color (decimal): -8904615 or 5841016. OLE color: 5841016.

HSL color Cylindrical-coordinate representation of color #782059: hue angle of 321.14º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782059 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1203289-
CMYK00.730.260.53
HSL321.14º57.89%29.8%-
HSV(B)321.14º73.33%47.06%-
XYZ10.075.7510.03-
YUV64.81141.65167.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=49.79%
G=13.28%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120328900.730.260.53321.1457.8929.8
Hex7820590491A351413a1e
Octal17040131011132655017236
Binary11110001000001011001010010011101011010110100000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782059; }

 p { color: rgb(120,32,89); }

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

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

 a { background-color: rgb(120,32,89); }

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

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

 span { border-color: rgb(120,32,89); }

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