Html Css Color HEX #59005F Palatinate Purple

📋 copy color: '#59005F'

red 89 ◦ green 0 ◦ blue 95

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

Shades of Palatinate Purple #59005F

Tints of Palatinate Purple #59005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 48.37%
G = 0%
B = 51.63%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59005F (or 0x59005F) is known color: Palatinate Purple. HEX triplet: 59, 00 and 5F. RGB value is (89,0,95). Sum of RGB (Red+Green+Blue) = 89+0+95=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #59005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59005F is #A6FFA0. Grayscale: #252525. Windows color (decimal): -10944417 or 6226009. OLE color: 6226009.

HSL color Cylindrical-coordinate representation of color #59005F: hue angle of 296.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59005F is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 0 95 -
CMYK 0.06 1 0 0.63
HSL 296.21º 1% 0.19% -
HSV(B) 296.21º 1% 0.37% -
XYZ 6.19 2.95 11.07 -
YUV 37.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 89 0 95 0.06 1 0 0.63 296.21 1 0.19
Hex 59 0 5F 6 64 0 3F 128 64 13
Octal 131 0 137 6 144 0 77 450 144 23
Binary 1011001 0 1011111 110 1100100 0 111111 100101000 1100100 10011

Color Harmonies of #59005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59005F

Black with #59005F

Text Example


Text Example

White with #59005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59005F; }

 p { color: rgb(89,0,95); }

 H1.HeaderClassName
 {
   color: #59005F;
 }
 .AnyTagClassName
 {
   color: #59005F;
 }
</style>

background-color css

<style>
 a { background-color: #59005F; }

 a { background-color: rgb(89,0,95); }

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

border-color css

<style>
 span { border-color: #59005F; }

 span { border-color: rgb(89,0,95); }

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