Html Css Color HEX #59205A Hot Purple

📋 copy color: '#59205A'

red 89 ◦ green 32 ◦ blue 90

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

Shades of Hot Purple #59205A

Tints of Hot Purple #59205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 42.18%
G = 15.17%
B = 42.65%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59205A (or 0x59205A) is known color: Hot Purple. HEX triplet: 59, 20 and 5A. RGB value is (89,32,90). Sum of RGB (Red+Green+Blue) = 89+32+90=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #59205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59205A is #A6DFA5. Grayscale: #373737. Windows color (decimal): -10936230 or 5906521. OLE color: 5906521.

HSL color Cylindrical-coordinate representation of color #59205A: hue angle of 298.97º degrees, saturation: 0.48, 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 #59205A is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 90 -
CMYK 0.01 0.64 0 0.65
HSL 298.97º 0.48% 0.24% -
HSV(B) 298.97º 0.64% 0.35% -
XYZ 6.48 3.9 10.08 -
YUV 55.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 89 32 90 0.01 0.64 0 0.65 298.97 0.48 0.24
Hex 59 20 5A 1 40 0 41 12B 30 18
Octal 131 40 132 1 100 0 101 453 60 30
Binary 1011001 100000 1011010 1 1000000 0 1000001 100101011 110000 11000

Color Harmonies of #59205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59205A

Black with #59205A

Text Example


Text Example

White with #59205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59205A; }

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

 H1.HeaderClassName
 {
   color: #59205A;
 }
 .AnyTagClassName
 {
   color: #59205A;
 }
</style>

background-color css

<style>
 a { background-color: #59205A; }

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

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

border-color css

<style>
 span { border-color: #59205A; }

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

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