Html Css Color HEX #59115E Palatinate Purple

📋 copy color: '#59115E'

red 89 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #59115E

Tints of Palatinate Purple #59115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47%

R = 44.5%
G = 8.5%
B = 47%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59115E (or 0x59115E) is known color: Palatinate Purple. HEX triplet: 59, 11 and 5E. RGB value is (89,17,94). Sum of RGB (Red+Green+Blue) = 89+17+94=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #59115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59115E is #A6EEA1. Grayscale: #2F2F2F. Windows color (decimal): -10940066 or 6164825. OLE color: 6164825.

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

Color convert

RGB 89 17 94 -
CMYK 0.05 0.82 0 0.63
HSL 296.1º 0.69% 0.22% -
HSV(B) 296.1º 0.82% 0.37% -
XYZ 6.34 3.33 10.9 -
YUV 47.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 89 17 94 0.05 0.82 0 0.63 296.1 0.69 0.22
Hex 59 11 5E 5 52 0 3F 128 45 16
Octal 131 21 136 5 122 0 77 450 105 26
Binary 1011001 10001 1011110 101 1010010 0 111111 100101000 1000101 10110

Color Harmonies of #59115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59115E

Black with #59115E

Text Example


Text Example

White with #59115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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