#59025A

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

Shades of Palatinate Purple #59025A

Tints of Palatinate Purple #59025A

Color information

#59025A (or 0x59025A) is unknown color: approx Palatinate Purple. HEX triplet: 59, 02 and 5A. RGB value is (89,2,90). Sum of RGB (Red+Green+Blue) = 89+2+90=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #59025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59025A is #A6FDA5. Grayscale: #252525. Windows color (decimal): -10943910 or 5898841. OLE color: 5898841.

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

Color convert

RGB89290-
CMYK0.010.9800.65
HSL299.32º95.65%18.04%-
HSV(B)299.32º97.78%35.29%-
XYZ5.992.919.92-
YUV38.04157.32164.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=49.17%
G=1.10%
B=49.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal892900.010.9800.65299.3295.6518.04
Hex5925A16204112b6012
Octal13121321142010145314022
Binary10110011010110101110001001000001100101011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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