#59025B

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

Shades of Palatinate Purple #59025B

Tints of Palatinate Purple #59025B

Color information

#59025B (or 0x59025B) is unknown color: approx Palatinate Purple. HEX triplet: 59, 02 and 5B. RGB value is (89,2,91). Sum of RGB (Red+Green+Blue) = 89+2+91=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #59025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59025B is #A6FDA4. Grayscale: #252525. Windows color (decimal): -10943909 or 5964377. OLE color: 5964377.

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

Color convert

RGB89291-
CMYK0.020.9800.64
HSL298.65º95.7%18.24%-
HSV(B)298.65º97.8%35.69%-
XYZ6.032.9210.14-
YUV38.16157.82164.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 91 (35.94% from 255) = 50%
R=48.90%
G=1.10%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892910.020.9800.64298.6595.718.24
Hex5925B26204012b6012
Octal13121332142010045314022
Binary101100110101101110110001001000000100101011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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