Html Css Color HEX #590858 Palatinate Purple

📋 copy color: '#590858'

red 89 ◦ green 8 ◦ blue 88

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

Shades of Palatinate Purple #590858

Tints of Palatinate Purple #590858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 48.11%
G = 4.32%
B = 47.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#590858 (or 0x590858) is known color: Palatinate Purple. HEX triplet: 59, 08 and 58. RGB value is (89,8,88). Sum of RGB (Red+Green+Blue) = 89+8+88=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #590858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590858 is #A6F7A7. Grayscale: #292929. Windows color (decimal): -10942376 or 5769305. OLE color: 5769305.

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

Color convert

RGB 89 8 88 -
CMYK 0 0.91 0.01 0.65
HSL 300.74º 0.84% 0.19% -
HSV(B) 300.74º 0.91% 0.35% -
XYZ 5.97 3 9.5 -
YUV 41.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 89 8 88 0 0.91 0.01 0.65 300.74 0.84 0.19
Hex 59 8 58 0 5B 1 41 12D 54 13
Octal 131 10 130 0 133 1 101 455 124 23
Binary 1011001 1000 1011000 0 1011011 1 1000001 100101101 1010100 10011

Color Harmonies of #590858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590858

Black with #590858

Text Example


Text Example

White with #590858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590858; }

 p { color: rgb(89,8,88); }

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

background-color css

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

 a { background-color: rgb(89,8,88); }

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

border-color css

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

 span { border-color: rgb(89,8,88); }

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