Html Css Color HEX #590C5D Palatinate Purple

📋 copy color: '#590C5D'

red 89 ◦ green 12 ◦ blue 93

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

Shades of Palatinate Purple #590C5D

Tints of Palatinate Purple #590C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

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

R = 45.88%
G = 6.19%
B = 47.94%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#590C5D (or 0x590C5D) is known color: Palatinate Purple. HEX triplet: 59, 0C and 5D. RGB value is (89,12,93). Sum of RGB (Red+Green+Blue) = 89+12+93=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #590C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C5D is #A6F3A2. Grayscale: #2C2C2C. Windows color (decimal): -10941347 or 6098009. OLE color: 6098009.

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

Color convert

RGB 89 12 93 -
CMYK 0.04 0.87 0 0.64
HSL 297.04º 0.77% 0.21% -
HSV(B) 297.04º 0.87% 0.36% -
XYZ 6.23 3.18 10.64 -
YUV 44.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 89 12 93 0.04 0.87 0 0.64 297.04 0.77 0.21
Hex 59 C 5D 4 57 0 40 129 4D 15
Octal 131 14 135 4 127 0 100 451 115 25
Binary 1011001 1100 1011101 100 1010111 0 1000000 100101001 1001101 10101

Color Harmonies of #590C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C5D

Black with #590C5D

Text Example


Text Example

White with #590C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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