Html Css Color HEX #590161 Palatinate Purple

📋 copy color: '#590161'

red 89 ◦ green 1 ◦ blue 97

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

Shades of Palatinate Purple #590161

Tints of Palatinate Purple #590161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 47.59%
G = 0.53%
B = 51.87%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590161 (or 0x590161) is known color: Palatinate Purple. HEX triplet: 59, 01 and 61. RGB value is (89,1,97). Sum of RGB (Red+Green+Blue) = 89+1+97=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #590161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590161 is #A6FE9E. Grayscale: #252525. Windows color (decimal): -10944159 or 6357337. OLE color: 6357337.

HSL color Cylindrical-coordinate representation of color #590161: hue angle of 295º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590161 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 1 97 -
CMYK 0.08 0.99 0 0.62
HSL 295º 0.98% 0.19% -
HSV(B) 295º 0.99% 0.38% -
XYZ 6.29 3.01 11.56 -
YUV 38.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 89 1 97 0.08 0.99 0 0.62 295 0.98 0.19
Hex 59 1 61 8 63 0 3E 127 62 13
Octal 131 1 141 10 143 0 76 447 142 23
Binary 1011001 1 1100001 1000 1100011 0 111110 100100111 1100010 10011

Color Harmonies of #590161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590161

Black with #590161

Text Example


Text Example

White with #590161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590161; }

 p { color: rgb(89,1,97); }

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

background-color css

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

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

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

border-color css

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

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

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