Html Css Color HEX #590B5D Palatinate Purple

📋 copy color: '#590B5D'

red 89 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #590B5D

Tints of Palatinate Purple #590B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 46.11%
G = 5.7%
B = 48.19%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#590B5D (or 0x590B5D) is known color: Palatinate Purple. HEX triplet: 59, 0B and 5D. RGB value is (89,11,93). Sum of RGB (Red+Green+Blue) = 89+11+93=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #590B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B5D is #A6F4A2. Grayscale: #2B2B2B. Windows color (decimal): -10941603 or 6097753. OLE color: 6097753.

HSL color Cylindrical-coordinate representation of color #590B5D: hue angle of 297.07º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B5D is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 11 93 -
CMYK 0.04 0.88 0 0.64
HSL 297.07º 0.79% 0.2% -
HSV(B) 297.07º 0.88% 0.36% -
XYZ 6.22 3.15 10.64 -
YUV 43.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 89 11 93 0.04 0.88 0 0.64 297.07 0.79 0.2
Hex 59 B 5D 4 58 0 40 129 4F 14
Octal 131 13 135 4 130 0 100 451 117 24
Binary 1011001 1011 1011101 100 1011000 0 1000000 100101001 1001111 10100

Color Harmonies of #590B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B5D

Black with #590B5D

Text Example


Text Example

White with #590B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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