Html Css Color HEX #59204F Palatinate Purple

📋 copy color: '#59204F'

red 89 ◦ green 32 ◦ blue 79

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

Shades of Palatinate Purple #59204F

Tints of Palatinate Purple #59204F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 44.5%
G = 16%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59204F (or 0x59204F) is known color: Palatinate Purple. HEX triplet: 59, 20 and 4F. RGB value is (89,32,79). Sum of RGB (Red+Green+Blue) = 89+32+79=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59204F is #A6DFB0. Grayscale: #363636. Windows color (decimal): -10936241 or 5185625. OLE color: 5185625.

HSL color Cylindrical-coordinate representation of color #59204F: hue angle of 310.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59204F is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 79 -
CMYK 0 0.64 0.11 0.65
HSL 310.53º 0.47% 0.24% -
HSV(B) 310.53º 0.64% 0.35% -
XYZ 6.05 3.72 7.8 -
YUV 54.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 89 32 79 0 0.64 0.11 0.65 310.53 0.47 0.24
Hex 59 20 4F 0 40 B 41 137 2F 18
Octal 131 40 117 0 100 13 101 467 57 30
Binary 1011001 100000 1001111 0 1000000 1011 1000001 100110111 101111 11000

Color Harmonies of #59204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59204F

Black with #59204F

Text Example


Text Example

White with #59204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,32,79); }

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

background-color css

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

 a { background-color: rgb(89,32,79); }

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

border-color css

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

 span { border-color: rgb(89,32,79); }

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