Html Css Color HEX #590E66 Palatinate Purple

📋 copy color: '#590E66'

red 89 ◦ green 14 ◦ blue 102

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

Shades of Palatinate Purple #590E66

Tints of Palatinate Purple #590E66

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 43.41%
G = 6.83%
B = 49.76%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#590E66 (or 0x590E66) is known color: Palatinate Purple. HEX triplet: 59, 0E and 66. RGB value is (89,14,102). Sum of RGB (Red+Green+Blue) = 89+14+102=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #590E66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E66 is #A6F199. Grayscale: #2E2E2E. Windows color (decimal): -10940826 or 6688345. OLE color: 6688345.

HSL color Cylindrical-coordinate representation of color #590E66: hue angle of 291.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #590E66 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 14 102 -
CMYK 0.13 0.86 0 0.6
HSL 291.14º 0.76% 0.23% -
HSV(B) 291.14º 0.86% 0.4% -
XYZ 6.68 3.4 12.87 -
YUV 46.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 89 14 102 0.13 0.86 0 0.6 291.14 0.76 0.23
Hex 59 E 66 D 56 0 3C 123 4C 17
Octal 131 16 146 15 126 0 74 443 114 27
Binary 1011001 1110 1100110 1101 1010110 0 111100 100100011 1001100 10111

Color Harmonies of #590E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590E66

Black with #590E66

Text Example


Text Example

White with #590E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,14,102); }

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

background-color css

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

 a { background-color: rgb(89,14,102); }

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

border-color css

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

 span { border-color: rgb(89,14,102); }

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