Html Css Color HEX #59015B Palatinate Purple

📋 copy color: '#59015B'

red 89 ◦ green 1 ◦ blue 91

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

Shades of Palatinate Purple #59015B

Tints of Palatinate Purple #59015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 49.17%
G = 0.55%
B = 50.28%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59015B (or 0x59015B) is known color: Palatinate Purple. HEX triplet: 59, 01 and 5B. RGB value is (89,1,91). Sum of RGB (Red+Green+Blue) = 89+1+91=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #59015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59015B is #A6FEA4. Grayscale: #252525. Windows color (decimal): -10944165 or 5964121. OLE color: 5964121.

HSL color Cylindrical-coordinate representation of color #59015B: hue angle of 298.67º 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 #59015B is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 1 91 -
CMYK 0.02 0.99 0 0.64
HSL 298.67º 0.98% 0.18% -
HSV(B) 298.67º 0.99% 0.36% -
XYZ 6.02 2.9 10.14 -
YUV 37.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 89 1 91 0.02 0.99 0 0.64 298.67 0.98 0.18
Hex 59 1 5B 2 63 0 40 12B 62 12
Octal 131 1 133 2 143 0 100 453 142 22
Binary 1011001 1 1011011 10 1100011 0 1000000 100101011 1100010 10010

Color Harmonies of #59015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59015B

Black with #59015B

Text Example


Text Example

White with #59015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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