Html Css Color HEX #59025A Palatinate Purple

📋 copy color: '#59025A'

red 89 ◦ green 2 ◦ blue 90

#59025A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #59025A

Tints of Palatinate Purple #59025A

RGB

 RED value IS 89 (35.16% from 255) = 49.17%

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 90 (35.55% from 255) = 49.72%

R = 49.17%
G = 1.1%
B = 49.72%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59025A (or 0x59025A) is known color: 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

RGB 89 2 90 -
CMYK 0.01 0.98 0 0.65
HSL 299.32º 0.96% 0.18% -
HSV(B) 299.32º 0.98% 0.35% -
XYZ 5.99 2.91 9.92 -
YUV 38.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 89 2 90 0.01 0.98 0 0.65 299.32 0.96 0.18
Hex 59 2 5A 1 62 0 41 12B 60 12
Octal 131 2 132 1 142 0 101 453 140 22
Binary 1011001 10 1011010 1 1100010 0 1000001 100101011 1100000 10010

Color Harmonies of #59025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59025A

Black with #59025A

Text Example


Text Example

White with #59025A

Text Example


Text Example

HTML Codes & Css Web 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>