Html Css Color HEX #590558 Palatinate Purple

📋 copy color: '#590558'

red 89 ◦ green 5 ◦ blue 88

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

Shades of Palatinate Purple #590558

Tints of Palatinate Purple #590558

RGB

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

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

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

R = 48.9%
G = 2.75%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#590558 (or 0x590558) is known color: Palatinate Purple. HEX triplet: 59, 05 and 58. RGB value is (89,5,88). Sum of RGB (Red+Green+Blue) = 89+5+88=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #590558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590558 is #A6FAA7. Grayscale: #272727. Windows color (decimal): -10943144 or 5768537. OLE color: 5768537.

HSL color Cylindrical-coordinate representation of color #590558: hue angle of 300.71º 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 #590558 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 88 -
CMYK 0 0.94 0.01 0.65
HSL 300.71º 0.89% 0.18% -
HSV(B) 300.71º 0.94% 0.35% -
XYZ 5.94 2.94 9.49 -
YUV 39.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 89 5 88 0 0.94 0.01 0.65 300.71 0.89 0.18
Hex 59 5 58 0 5E 1 41 12D 59 12
Octal 131 5 130 0 136 1 101 455 131 22
Binary 1011001 101 1011000 0 1011110 1 1000001 100101101 1011001 10010

Color Harmonies of #590558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590558

Black with #590558

Text Example


Text Example

White with #590558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590558; }

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

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

background-color css

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

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

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

border-color css

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

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

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