Html Css Color HEX #59205F Hot Purple

📋 copy color: '#59205F'

red 89 ◦ green 32 ◦ blue 95

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

Shades of Hot Purple #59205F

Tints of Hot Purple #59205F

RGB

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

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

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

R = 41.2%
G = 14.81%
B = 43.98%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59205F (or 0x59205F) is known color: Hot Purple. HEX triplet: 59, 20 and 5F. RGB value is (89,32,95). Sum of RGB (Red+Green+Blue) = 89+32+95=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #59205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59205F is #A6DFA0. Grayscale: #383838. Windows color (decimal): -10936225 or 6234201. OLE color: 6234201.

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

Color convert

RGB 89 32 95 -
CMYK 0.06 0.66 0 0.63
HSL 294.29º 0.5% 0.25% -
HSV(B) 294.29º 0.66% 0.37% -
XYZ 6.7 3.98 11.24 -
YUV 56.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 89 32 95 0.06 0.66 0 0.63 294.29 0.5 0.25
Hex 59 20 5F 6 42 0 3F 126 32 19
Octal 131 40 137 6 102 0 77 446 62 31
Binary 1011001 100000 1011111 110 1000010 0 111111 100100110 110010 11001

Color Harmonies of #59205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59205F

Black with #59205F

Text Example


Text Example

White with #59205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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