Html Css Color HEX #590557 Palatinate Purple

📋 copy color: '#590557'

red 89 ◦ green 5 ◦ blue 87

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

Shades of Palatinate Purple #590557

Tints of Palatinate Purple #590557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

 BLUE value IS 87 (34.38% from 255) = 48.07%

R = 49.17%
G = 2.76%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#590557 (or 0x590557) is known color: Palatinate Purple. HEX triplet: 59, 05 and 57. RGB value is (89,5,87). Sum of RGB (Red+Green+Blue) = 89+5+87=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #590557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590557 is #A6FAA8. Grayscale: #272727. Windows color (decimal): -10943145 or 5703001. OLE color: 5703001.

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

Color convert

RGB 89 5 87 -
CMYK 0 0.94 0.02 0.65
HSL 301.43º 0.89% 0.18% -
HSV(B) 301.43º 0.94% 0.35% -
XYZ 5.89 2.92 9.27 -
YUV 39.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 89 5 87 0 0.94 0.02 0.65 301.43 0.89 0.18
Hex 59 5 57 0 5E 2 41 12D 59 12
Octal 131 5 127 0 136 2 101 455 131 22
Binary 1011001 101 1010111 0 1011110 10 1000001 100101101 1011001 10010

Color Harmonies of #590557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590557

Black with #590557

Text Example


Text Example

White with #590557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590557; }

 p { color: rgb(89,5,87); }

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

background-color css

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

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

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

border-color css

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

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

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