Html Css Color HEX #59005C Palatinate Purple

📋 copy color: '#59005C'

red 89 ◦ green 0 ◦ blue 92

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

Shades of Palatinate Purple #59005C

Tints of Palatinate Purple #59005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 49.17%
G = 0%
B = 50.83%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59005C (or 0x59005C) is known color: Palatinate Purple. HEX triplet: 59, 00 and 5C. RGB value is (89,0,92). Sum of RGB (Red+Green+Blue) = 89+0+92=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #59005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59005C is #A6FFA3. Grayscale: #242424. Windows color (decimal): -10944420 or 6029401. OLE color: 6029401.

HSL color Cylindrical-coordinate representation of color #59005C: hue angle of 298.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59005C is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 0 92 -
CMYK 0.03 1 0 0.64
HSL 298.04º 1% 0.18% -
HSV(B) 298.04º 1% 0.36% -
XYZ 6.05 2.9 10.37 -
YUV 37.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 89 0 92 0.03 1 0 0.64 298.04 1 0.18
Hex 59 0 5C 3 64 0 40 12A 64 12
Octal 131 0 134 3 144 0 100 452 144 22
Binary 1011001 0 1011100 11 1100100 0 1000000 100101010 1100100 10010

Color Harmonies of #59005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59005C

Black with #59005C

Text Example


Text Example

White with #59005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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