Html Css Color HEX #59165D Palatinate Purple

📋 copy color: '#59165D'

red 89 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #59165D

Tints of Palatinate Purple #59165D

RGB

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

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

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

R = 43.63%
G = 10.78%
B = 45.59%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59165D (or 0x59165D) is known color: Palatinate Purple. HEX triplet: 59, 16 and 5D. RGB value is (89,22,93). Sum of RGB (Red+Green+Blue) = 89+22+93=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #59165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59165D is #A6E9A2. Grayscale: #313131. Windows color (decimal): -10938787 or 6100569. OLE color: 6100569.

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

Color convert

RGB 89 22 93 -
CMYK 0.04 0.76 0 0.64
HSL 296.62º 0.62% 0.23% -
HSV(B) 296.62º 0.76% 0.36% -
XYZ 6.38 3.49 10.69 -
YUV 50.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 89 22 93 0.04 0.76 0 0.64 296.62 0.62 0.23
Hex 59 16 5D 4 4C 0 40 129 3E 17
Octal 131 26 135 4 114 0 100 451 76 27
Binary 1011001 10110 1011101 100 1001100 0 1000000 100101001 111110 10111

Color Harmonies of #59165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59165D

Black with #59165D

Text Example


Text Example

White with #59165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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