Html Css Color HEX #590B58 Palatinate Purple

📋 copy color: '#590B58'

red 89 ◦ green 11 ◦ blue 88

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

Shades of Palatinate Purple #590B58

Tints of Palatinate Purple #590B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

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

R = 47.34%
G = 5.85%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#590B58 (or 0x590B58) is known color: Palatinate Purple. HEX triplet: 59, 0B and 58. RGB value is (89,11,88). Sum of RGB (Red+Green+Blue) = 89+11+88=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #590B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B58 is #A6F4A7. Grayscale: #2A2A2A. Windows color (decimal): -10941608 or 5770073. OLE color: 5770073.

HSL color Cylindrical-coordinate representation of color #590B58: hue angle of 300.77º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B58 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 11 88 -
CMYK 0 0.88 0.01 0.65
HSL 300.77º 0.78% 0.2% -
HSV(B) 300.77º 0.88% 0.35% -
XYZ 6 3.07 9.51 -
YUV 43.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 89 11 88 0 0.88 0.01 0.65 300.77 0.78 0.2
Hex 59 B 58 0 58 1 41 12D 4E 14
Octal 131 13 130 0 130 1 101 455 116 24
Binary 1011001 1011 1011000 0 1011000 1 1000001 100101101 1001110 10100

Color Harmonies of #590B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B58

Black with #590B58

Text Example


Text Example

White with #590B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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