#59105B

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

Shades of Palatinate Purple #59105B

Tints of Palatinate Purple #59105B

Color information

#59105B (or 0x59105B) is unknown color: approx Palatinate Purple. HEX triplet: 59, 10 and 5B. RGB value is (89,16,91). Sum of RGB (Red+Green+Blue) = 89+16+91=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #59105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59105B is #A6EFA4. Grayscale: #2E2E2E. Windows color (decimal): -10940325 or 5967961. OLE color: 5967961.

HSL color Cylindrical-coordinate representation of color #59105B: hue angle of 298.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59105B is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB891691-
CMYK0.020.8200.64
HSL298.4º70.09%20.98%-
HSV(B)298.4º82.42%35.69%-
XYZ6.193.2510.2-
YUV46.38153.18158.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=45.41%
G=8.16%
B=46.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8916910.020.8200.64298.470.0920.98
Hex59105B25204012a4615
Octal131201332122010045210625
Binary101100110000101101110101001001000000100101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59105B; }

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

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

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

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

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

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

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

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