Html Css Color HEX #590B61 Palatinate Purple

📋 copy color: '#590B61'

red 89 ◦ green 11 ◦ blue 97

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

Shades of Palatinate Purple #590B61

Tints of Palatinate Purple #590B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.58%

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

R = 45.18%
G = 5.58%
B = 49.24%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590B61 (or 0x590B61) is known color: Palatinate Purple. HEX triplet: 59, 0B and 61. RGB value is (89,11,97). Sum of RGB (Red+Green+Blue) = 89+11+97=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #590B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B61 is #A6F49E. Grayscale: #2B2B2B. Windows color (decimal): -10941599 or 6359897. OLE color: 6359897.

HSL color Cylindrical-coordinate representation of color #590B61: hue angle of 294.42º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590B61 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 11 97 -
CMYK 0.08 0.89 0 0.62
HSL 294.42º 0.8% 0.21% -
HSV(B) 294.42º 0.89% 0.38% -
XYZ 6.4 3.23 11.59 -
YUV 44.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 89 11 97 0.08 0.89 0 0.62 294.42 0.8 0.21
Hex 59 B 61 8 59 0 3E 126 50 15
Octal 131 13 141 10 131 0 76 446 120 25
Binary 1011001 1011 1100001 1000 1011001 0 111110 100100110 1010000 10101

Color Harmonies of #590B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B61

Black with #590B61

Text Example


Text Example

White with #590B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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