Html Css Color HEX #590961 Palatinate Purple

📋 copy color: '#590961'

red 89 ◦ green 9 ◦ blue 97

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

Shades of Palatinate Purple #590961

Tints of Palatinate Purple #590961

RGB

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

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

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

R = 45.64%
G = 4.62%
B = 49.74%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590961 (or 0x590961) is known color: Palatinate Purple. HEX triplet: 59, 09 and 61. RGB value is (89,9,97). Sum of RGB (Red+Green+Blue) = 89+9+97=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #590961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590961 is #A6F69E. Grayscale: #2A2A2A. Windows color (decimal): -10942111 or 6359385. OLE color: 6359385.

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

Color convert

RGB 89 9 97 -
CMYK 0.08 0.91 0 0.62
HSL 294.55º 0.83% 0.21% -
HSV(B) 294.55º 0.91% 0.38% -
XYZ 6.38 3.18 11.59 -
YUV 42.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 89 9 97 0.08 0.91 0 0.62 294.55 0.83 0.21
Hex 59 9 61 8 5B 0 3E 127 53 15
Octal 131 11 141 10 133 0 76 447 123 25
Binary 1011001 1001 1100001 1000 1011011 0 111110 100100111 1010011 10101

Color Harmonies of #590961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590961

Black with #590961

Text Example


Text Example

White with #590961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590961; }

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

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

background-color css

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

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

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

border-color css

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

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

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