Html Css Color HEX #590C59 Palatinate Purple

📋 copy color: '#590C59'

red 89 ◦ green 12 ◦ blue 89

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

Shades of Palatinate Purple #590C59

Tints of Palatinate Purple #590C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 46.84%
G = 6.32%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#590C59 (or 0x590C59) is known color: Palatinate Purple. HEX triplet: 59, 0C and 59. RGB value is (89,12,89). Sum of RGB (Red+Green+Blue) = 89+12+89=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C59 is #A6F3A6. Grayscale: #2B2B2B. Windows color (decimal): -10941351 or 5835865. OLE color: 5835865.

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

Color convert

RGB 89 12 89 -
CMYK 0 0.87 0 0.65
HSL 300º 0.76% 0.2% -
HSV(B) 300º 0.87% 0.35% -
XYZ 6.05 3.11 9.73 -
YUV 43.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 89 12 89 0 0.87 0 0.65 300 0.76 0.2
Hex 59 C 59 0 57 0 41 12C 4C 14
Octal 131 14 131 0 127 0 101 454 114 24
Binary 1011001 1100 1011001 0 1010111 0 1000001 100101100 1001100 10100

Color Harmonies of #590C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C59

Black with #590C59

Text Example


Text Example

White with #590C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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