Html Css Color HEX #59175E Palatinate Purple

📋 copy color: '#59175E'

red 89 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #59175E

Tints of Palatinate Purple #59175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 43.2%
G = 11.17%
B = 45.63%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59175E (or 0x59175E) is known color: Palatinate Purple. HEX triplet: 59, 17 and 5E. RGB value is (89,23,94). Sum of RGB (Red+Green+Blue) = 89+23+94=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #59175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59175E is #A6E8A1. Grayscale: #323232. Windows color (decimal): -10938530 or 6166361. OLE color: 6166361.

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

Color convert

RGB 89 23 94 -
CMYK 0.05 0.76 0 0.63
HSL 295.77º 0.61% 0.23% -
HSV(B) 295.77º 0.76% 0.37% -
XYZ 6.45 3.54 10.93 -
YUV 50.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 89 23 94 0.05 0.76 0 0.63 295.77 0.61 0.23
Hex 59 17 5E 5 4C 0 3F 128 3D 17
Octal 131 27 136 5 114 0 77 450 75 27
Binary 1011001 10111 1011110 101 1001100 0 111111 100101000 111101 10111

Color Harmonies of #59175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59175E

Black with #59175E

Text Example


Text Example

White with #59175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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