Html Css Color HEX #590656 Palatinate Purple

📋 copy color: '#590656'

red 89 ◦ green 6 ◦ blue 86

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

Shades of Palatinate Purple #590656

Tints of Palatinate Purple #590656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

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

R = 49.17%
G = 3.31%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#590656 (or 0x590656) is known color: Palatinate Purple. HEX triplet: 59, 06 and 56. RGB value is (89,6,86). Sum of RGB (Red+Green+Blue) = 89+6+86=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #590656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590656 is #A6F9A9. Grayscale: #272727. Windows color (decimal): -10942890 or 5637721. OLE color: 5637721.

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

Color convert

RGB 89 6 86 -
CMYK 0 0.93 0.03 0.65
HSL 302.17º 0.87% 0.19% -
HSV(B) 302.17º 0.93% 0.35% -
XYZ 5.86 2.93 9.06 -
YUV 39.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 89 6 86 0 0.93 0.03 0.65 302.17 0.87 0.19
Hex 59 6 56 0 5D 3 41 12E 57 13
Octal 131 6 126 0 135 3 101 456 127 23
Binary 1011001 110 1010110 0 1011101 11 1000001 100101110 1010111 10011

Color Harmonies of #590656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590656

Black with #590656

Text Example


Text Example

White with #590656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590656; }

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

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

background-color css

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

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

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

border-color css

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

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

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