#59104E

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

Shades of Palatinate Purple #59104E

Tints of Palatinate Purple #59104E

Color information

#59104E (or 0x59104E) is unknown color: approx Palatinate Purple. HEX triplet: 59, 10 and 4E. RGB value is (89,16,78). Sum of RGB (Red+Green+Blue) = 89+16+78=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59104E is #A6EFB1. Grayscale: #2C2C2C. Windows color (decimal): -10940338 or 5115993. OLE color: 5115993.

HSL color Cylindrical-coordinate representation of color #59104E: hue angle of 309.04º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59104E is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB891678-
CMYK00.820.120.65
HSL309.04º69.52%20.59%-
HSV(B)309.04º82.02%34.9%-
XYZ5.683.047.5-
YUV44.9146.68159.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=48.63%
G=8.74%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89167800.820.120.65309.0469.5220.59
Hex59104E052C411354615
Octal1312011601221410146510625
Binary10110011000010011100101001011001000001100110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59104E; }

 p { color: rgb(89,16,78); }

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

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

 a { background-color: rgb(89,16,78); }

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

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

 span { border-color: rgb(89,16,78); }

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