Html Css Color HEX #59165E Palatinate Purple

📋 copy color: '#59165E'

red 89 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #59165E

Tints of Palatinate Purple #59165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

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

R = 43.41%
G = 10.73%
B = 45.85%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59165E (or 0x59165E) is known color: Palatinate Purple. HEX triplet: 59, 16 and 5E. RGB value is (89,22,94). Sum of RGB (Red+Green+Blue) = 89+22+94=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #59165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59165E is #A6E9A1. Grayscale: #323232. Windows color (decimal): -10938786 or 6166105. OLE color: 6166105.

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

Color convert

RGB 89 22 94 -
CMYK 0.05 0.77 0 0.63
HSL 295.83º 0.62% 0.23% -
HSV(B) 295.83º 0.77% 0.37% -
XYZ 6.43 3.51 10.93 -
YUV 50.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 89 22 94 0.05 0.77 0 0.63 295.83 0.62 0.23
Hex 59 16 5E 5 4D 0 3F 128 3E 17
Octal 131 26 136 5 115 0 77 450 76 27
Binary 1011001 10110 1011110 101 1001101 0 111111 100101000 111110 10111

Color Harmonies of #59165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59165E

Black with #59165E

Text Example


Text Example

White with #59165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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