#781F59

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

Shades of Palatinate Purple #781F59

Tints of Palatinate Purple #781F59

Color information

#781F59 (or 0x781F59) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1F and 59. RGB value is (120,31,89). Sum of RGB (Red+Green+Blue) = 120+31+89=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F59 is #87E0A6. Grayscale: #404040. Windows color (decimal): -8904871 or 5840760. OLE color: 5840760.

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

Color convert

RGB1203189-
CMYK00.740.260.53
HSL320.9º58.94%29.61%-
HSV(B)320.9º74.17%47.06%-
XYZ10.045.6910.02-
YUV64.22141.99167.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=50%
G=12.92%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120318900.740.260.53320.958.9429.61
Hex781F5904A1A351413b1e
Octal17037131011232655017336
Binary1111000111111011001010010101101011010110100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781F59; }

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

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

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

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

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

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

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

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