Html Css Color HEX #59325E Hot Purple

📋 copy color: '#59325E'

red 89 ◦ green 50 ◦ blue 94

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

Shades of Hot Purple #59325E

Tints of Hot Purple #59325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 94 (37.11% from 255) = 40.34%

R = 38.2%
G = 21.46%
B = 40.34%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59325E (or 0x59325E) is known color: Hot Purple. HEX triplet: 59, 32 and 5E. RGB value is (89,50,94). Sum of RGB (Red+Green+Blue) = 89+50+94=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #59325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59325E is #A6CDA1. Grayscale: #424242. Windows color (decimal): -10931618 or 6173273. OLE color: 6173273.

HSL color Cylindrical-coordinate representation of color #59325E: hue angle of 293.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59325E is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 50 94 -
CMYK 0.05 0.47 0 0.63
HSL 293.18º 0.31% 0.28% -
HSV(B) 293.18º 0.47% 0.37% -
XYZ 7.28 5.21 11.21 -
YUV 66.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 89 50 94 0.05 0.47 0 0.63 293.18 0.31 0.28
Hex 59 32 5E 5 2F 0 3F 125 1F 1C
Octal 131 62 136 5 57 0 77 445 37 34
Binary 1011001 110010 1011110 101 101111 0 111111 100100101 11111 11100

Color Harmonies of #59325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59325E

Black with #59325E

Text Example


Text Example

White with #59325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59325E; }

 p { color: rgb(89,50,94); }

 H1.HeaderClassName
 {
   color: #59325E;
 }
 .AnyTagClassName
 {
   color: #59325E;
 }
</style>

background-color css

<style>
 a { background-color: #59325E; }

 a { background-color: rgb(89,50,94); }

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

border-color css

<style>
 span { border-color: #59325E; }

 span { border-color: rgb(89,50,94); }

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