Html Css Color HEX #590556 Palatinate Purple

📋 copy color: '#590556'

red 89 ◦ green 5 ◦ blue 86

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

Shades of Palatinate Purple #590556

Tints of Palatinate Purple #590556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 86 (33.98% from 255) = 47.78%

R = 49.44%
G = 2.78%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#590556 (or 0x590556) is known color: Palatinate Purple. HEX triplet: 59, 05 and 56. RGB value is (89,5,86). Sum of RGB (Red+Green+Blue) = 89+5+86=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #590556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590556 is #A6FAA9. Grayscale: #272727. Windows color (decimal): -10943146 or 5637465. OLE color: 5637465.

HSL color Cylindrical-coordinate representation of color #590556: hue angle of 302.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590556 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 86 -
CMYK 0 0.94 0.03 0.65
HSL 302.14º 0.89% 0.18% -
HSV(B) 302.14º 0.94% 0.35% -
XYZ 5.85 2.9 9.06 -
YUV 39.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 89 5 86 0 0.94 0.03 0.65 302.14 0.89 0.18
Hex 59 5 56 0 5E 3 41 12E 59 12
Octal 131 5 126 0 136 3 101 456 131 22
Binary 1011001 101 1010110 0 1011110 11 1000001 100101110 1011001 10010

Color Harmonies of #590556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590556

Black with #590556

Text Example


Text Example

White with #590556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590556; }

 p { color: rgb(89,5,86); }

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

background-color css

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

 a { background-color: rgb(89,5,86); }

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

border-color css

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

 span { border-color: rgb(89,5,86); }

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