Html Css Color HEX #59205C Hot Purple

📋 copy color: '#59205C'

red 89 ◦ green 32 ◦ blue 92

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

Shades of Hot Purple #59205C

Tints of Hot Purple #59205C

RGB

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

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

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

R = 41.78%
G = 15.02%
B = 43.19%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59205C (or 0x59205C) is known color: Hot Purple. HEX triplet: 59, 20 and 5C. RGB value is (89,32,92). Sum of RGB (Red+Green+Blue) = 89+32+92=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #59205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59205C is #A6DFA3. Grayscale: #373737. Windows color (decimal): -10936228 or 6037593. OLE color: 6037593.

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

Color convert

RGB 89 32 92 -
CMYK 0.03 0.65 0 0.64
HSL 297º 0.48% 0.24% -
HSV(B) 297º 0.65% 0.36% -
XYZ 6.57 3.93 10.54 -
YUV 55.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 89 32 92 0.03 0.65 0 0.64 297 0.48 0.24
Hex 59 20 5C 3 41 0 40 129 30 18
Octal 131 40 134 3 101 0 100 451 60 30
Binary 1011001 100000 1011100 11 1000001 0 1000000 100101001 110000 11000

Color Harmonies of #59205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59205C

Black with #59205C

Text Example


Text Example

White with #59205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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