Html Css Color HEX #59245D Hot Purple

📋 copy color: '#59245D'

red 89 ◦ green 36 ◦ blue 93

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

Shades of Hot Purple #59245D

Tints of Hot Purple #59245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 40.83%
G = 16.51%
B = 42.66%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59245D (or 0x59245D) is known color: Hot Purple. HEX triplet: 59, 24 and 5D. RGB value is (89,36,93). Sum of RGB (Red+Green+Blue) = 89+36+93=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #59245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59245D is #A6DBA2. Grayscale: #3A3A3A. Windows color (decimal): -10935203 or 6104153. OLE color: 6104153.

HSL color Cylindrical-coordinate representation of color #59245D: hue angle of 295.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59245D is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 36 93 -
CMYK 0.04 0.61 0 0.64
HSL 295.79º 0.44% 0.25% -
HSV(B) 295.79º 0.61% 0.36% -
XYZ 6.73 4.18 10.81 -
YUV 58.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 89 36 93 0.04 0.61 0 0.64 295.79 0.44 0.25
Hex 59 24 5D 4 3D 0 40 128 2C 19
Octal 131 44 135 4 75 0 100 450 54 31
Binary 1011001 100100 1011101 100 111101 0 1000000 100101000 101100 11001

Color Harmonies of #59245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59245D

Black with #59245D

Text Example


Text Example

White with #59245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59245D; }

 p { color: rgb(89,36,93); }

 H1.HeaderClassName
 {
   color: #59245D;
 }
 .AnyTagClassName
 {
   color: #59245D;
 }
</style>

background-color css

<style>
 a { background-color: #59245D; }

 a { background-color: rgb(89,36,93); }

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

border-color css

<style>
 span { border-color: #59245D; }

 span { border-color: rgb(89,36,93); }

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