Html Css Color HEX #59155D Palatinate Purple

📋 copy color: '#59155D'

red 89 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #59155D

Tints of Palatinate Purple #59155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 43.84%
G = 10.34%
B = 45.81%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59155D (or 0x59155D) is known color: Palatinate Purple. HEX triplet: 59, 15 and 5D. RGB value is (89,21,93). Sum of RGB (Red+Green+Blue) = 89+21+93=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #59155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59155D is #A6EAA2. Grayscale: #313131. Windows color (decimal): -10939043 or 6100313. OLE color: 6100313.

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

Color convert

RGB 89 21 93 -
CMYK 0.04 0.77 0 0.64
HSL 296.67º 0.63% 0.22% -
HSV(B) 296.67º 0.77% 0.36% -
XYZ 6.36 3.45 10.69 -
YUV 49.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 89 21 93 0.04 0.77 0 0.64 296.67 0.63 0.22
Hex 59 15 5D 4 4D 0 40 129 3F 16
Octal 131 25 135 4 115 0 100 451 77 26
Binary 1011001 10101 1011101 100 1001101 0 1000000 100101001 111111 10110

Color Harmonies of #59155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59155D

Black with #59155D

Text Example


Text Example

White with #59155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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