Html Css Color HEX #59115D Palatinate Purple

📋 copy color: '#59115D'

red 89 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #59115D

Tints of Palatinate Purple #59115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.54%

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

R = 44.72%
G = 8.54%
B = 46.73%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59115D (or 0x59115D) is known color: Palatinate Purple. HEX triplet: 59, 11 and 5D. RGB value is (89,17,93). Sum of RGB (Red+Green+Blue) = 89+17+93=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #59115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59115D is #A6EEA2. Grayscale: #2E2E2E. Windows color (decimal): -10940067 or 6099289. OLE color: 6099289.

HSL color Cylindrical-coordinate representation of color #59115D: hue angle of 296.84º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59115D is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 17 93 -
CMYK 0.04 0.82 0 0.64
HSL 296.84º 0.69% 0.22% -
HSV(B) 296.84º 0.82% 0.36% -
XYZ 6.3 3.32 10.66 -
YUV 47.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 89 17 93 0.04 0.82 0 0.64 296.84 0.69 0.22
Hex 59 11 5D 4 52 0 40 129 45 16
Octal 131 21 135 4 122 0 100 451 105 26
Binary 1011001 10001 1011101 100 1010010 0 1000000 100101001 1000101 10110

Color Harmonies of #59115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59115D

Black with #59115D

Text Example


Text Example

White with #59115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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