Html Css Color HEX #590059 Palatinate Purple

📋 copy color: '#590059'

red 89 ◦ green 0 ◦ blue 89

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

Shades of Palatinate Purple #590059

Tints of Palatinate Purple #590059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#590059 (or 0x590059) is known color: Palatinate Purple. HEX triplet: 59, 00 and 59. RGB value is (89,0,89). Sum of RGB (Red+Green+Blue) = 89+0+89=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590059 is #A6FFA6. Grayscale: #242424. Windows color (decimal): -10944423 or 5832793. OLE color: 5832793.

HSL color Cylindrical-coordinate representation of color #590059: hue angle of 300º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590059 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 89 -
CMYK 0 1 0 0.65
HSL 300º 1% 0.17% -
HSV(B) 300º 1% 0.35% -
XYZ 5.92 2.85 9.69 -
YUV 36.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 89 0 89 0 1 0 0.65 300 1 0.17
Hex 59 0 59 0 64 0 41 12C 64 11
Octal 131 0 131 0 144 0 101 454 144 21
Binary 1011001 0 1011001 0 1100100 0 1000001 100101100 1100100 10001

Color Harmonies of #590059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590059

Black with #590059

Text Example


Text Example

White with #590059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590059; }

 p { color: rgb(89,0,89); }

 H1.HeaderClassName
 {
   color: #590059;
 }
 .AnyTagClassName
 {
   color: #590059;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #590059;
 }
 .BgClassName
 {
   background-color: #590059;
 }
</style>

border-color css

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

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

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