Html Css Color HEX #59015E Palatinate Purple

📋 copy color: '#59015E'

red 89 ◦ green 1 ◦ blue 94

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

Shades of Palatinate Purple #59015E

Tints of Palatinate Purple #59015E

RGB

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

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

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

R = 48.37%
G = 0.54%
B = 51.09%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59015E (or 0x59015E) is known color: Palatinate Purple. HEX triplet: 59, 01 and 5E. RGB value is (89,1,94). Sum of RGB (Red+Green+Blue) = 89+1+94=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #59015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59015E is #A6FEA1. Grayscale: #252525. Windows color (decimal): -10944162 or 6160729. OLE color: 6160729.

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

Color convert

RGB 89 1 94 -
CMYK 0.05 0.99 0 0.63
HSL 296.77º 0.98% 0.19% -
HSV(B) 296.77º 0.99% 0.37% -
XYZ 6.15 2.95 10.84 -
YUV 37.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 89 1 94 0.05 0.99 0 0.63 296.77 0.98 0.19
Hex 59 1 5E 5 63 0 3F 129 62 13
Octal 131 1 136 5 143 0 77 451 142 23
Binary 1011001 1 1011110 101 1100011 0 111111 100101001 1100010 10011

Color Harmonies of #59015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59015E

Black with #59015E

Text Example


Text Example

White with #59015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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