Html Css Color HEX #590F61 Palatinate Purple

📋 copy color: '#590F61'

red 89 ◦ green 15 ◦ blue 97

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

Shades of Palatinate Purple #590F61

Tints of Palatinate Purple #590F61

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

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

R = 44.28%
G = 7.46%
B = 48.26%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590F61 (or 0x590F61) is known color: Palatinate Purple. HEX triplet: 59, 0F and 61. RGB value is (89,15,97). Sum of RGB (Red+Green+Blue) = 89+15+97=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #590F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F61 is #A6F09E. Grayscale: #2E2E2E. Windows color (decimal): -10940575 or 6360921. OLE color: 6360921.

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

Color convert

RGB 89 15 97 -
CMYK 0.08 0.85 0 0.62
HSL 294.15º 0.73% 0.22% -
HSV(B) 294.15º 0.85% 0.38% -
XYZ 6.45 3.33 11.61 -
YUV 46.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 89 15 97 0.08 0.85 0 0.62 294.15 0.73 0.22
Hex 59 F 61 8 55 0 3E 126 49 16
Octal 131 17 141 10 125 0 76 446 111 26
Binary 1011001 1111 1100001 1000 1010101 0 111110 100100110 1001001 10110

Color Harmonies of #590F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F61

Black with #590F61

Text Example


Text Example

White with #590F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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