Html Css Color HEX #590957 Palatinate Purple

📋 copy color: '#590957'

red 89 ◦ green 9 ◦ blue 87

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

Shades of Palatinate Purple #590957

Tints of Palatinate Purple #590957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 48.11%
G = 4.86%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#590957 (or 0x590957) is known color: Palatinate Purple. HEX triplet: 59, 09 and 57. RGB value is (89,9,87). Sum of RGB (Red+Green+Blue) = 89+9+87=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #590957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590957 is #A6F6A8. Grayscale: #292929. Windows color (decimal): -10942121 or 5704025. OLE color: 5704025.

HSL color Cylindrical-coordinate representation of color #590957: hue angle of 301.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590957 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 87 -
CMYK 0 0.90 0.02 0.65
HSL 301.5º 0.82% 0.19% -
HSV(B) 301.5º 0.9% 0.35% -
XYZ 5.94 3.01 9.28 -
YUV 41.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 89 9 87 0 0.90 0.02 0.65 301.5 0.82 0.19
Hex 59 9 57 0 5A 2 41 12E 52 13
Octal 131 11 127 0 132 2 101 456 122 23
Binary 1011001 1001 1010111 0 1011010 10 1000001 100101110 1010010 10011

Color Harmonies of #590957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590957

Black with #590957

Text Example


Text Example

White with #590957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590957; }

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

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

background-color css

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

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

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

border-color css

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

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

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