Html Css Color HEX #59115F Palatinate Purple

📋 copy color: '#59115F'

red 89 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #59115F

Tints of Palatinate Purple #59115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 44.28%
G = 8.46%
B = 47.26%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59115F (or 0x59115F) is known color: Palatinate Purple. HEX triplet: 59, 11 and 5F. RGB value is (89,17,95). Sum of RGB (Red+Green+Blue) = 89+17+95=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #59115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59115F is #A6EEA0. Grayscale: #2F2F2F. Windows color (decimal): -10940065 or 6230361. OLE color: 6230361.

HSL color Cylindrical-coordinate representation of color #59115F: hue angle of 295.38º degrees, saturation: 0.7, 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 #59115F is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 17 95 -
CMYK 0.06 0.82 0 0.63
HSL 295.38º 0.7% 0.22% -
HSV(B) 295.38º 0.82% 0.37% -
XYZ 6.39 3.35 11.14 -
YUV 47.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 89 17 95 0.06 0.82 0 0.63 295.38 0.7 0.22
Hex 59 11 5F 6 52 0 3F 127 46 16
Octal 131 21 137 6 122 0 77 447 106 26
Binary 1011001 10001 1011111 110 1010010 0 111111 100100111 1000110 10110

Color Harmonies of #59115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59115F

Black with #59115F

Text Example


Text Example

White with #59115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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