Html Css Color HEX #59015D Palatinate Purple

📋 copy color: '#59015D'

red 89 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #59015D

Tints of Palatinate Purple #59015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 48.63%
G = 0.55%
B = 50.82%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59015D (or 0x59015D) is known color: Palatinate Purple. HEX triplet: 59, 01 and 5D. RGB value is (89,1,93). Sum of RGB (Red+Green+Blue) = 89+1+93=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #59015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59015D is #A6FEA2. Grayscale: #252525. Windows color (decimal): -10944163 or 6095193. OLE color: 6095193.

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

Color convert

RGB 89 1 93 -
CMYK 0.04 0.99 0 0.64
HSL 297.39º 0.98% 0.18% -
HSV(B) 297.39º 0.99% 0.36% -
XYZ 6.11 2.94 10.6 -
YUV 37.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 89 1 93 0.04 0.99 0 0.64 297.39 0.98 0.18
Hex 59 1 5D 4 63 0 40 129 62 12
Octal 131 1 135 4 143 0 100 451 142 22
Binary 1011001 1 1011101 100 1100011 0 1000000 100101001 1100010 10010

Color Harmonies of #59015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59015D

Black with #59015D

Text Example


Text Example

White with #59015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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