Html Css Color HEX #59285D Hot Purple

📋 copy color: '#59285D'

red 89 ◦ green 40 ◦ blue 93

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

Shades of Hot Purple #59285D

Tints of Hot Purple #59285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 40.09%
G = 18.02%
B = 41.89%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59285D (or 0x59285D) is known color: Hot Purple. HEX triplet: 59, 28 and 5D. RGB value is (89,40,93). Sum of RGB (Red+Green+Blue) = 89+40+93=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #59285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59285D is #A6D7A2. Grayscale: #3C3C3C. Windows color (decimal): -10934179 or 6105177. OLE color: 6105177.

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

Color convert

RGB 89 40 93 -
CMYK 0.04 0.57 0 0.64
HSL 295.47º 0.4% 0.26% -
HSV(B) 295.47º 0.57% 0.36% -
XYZ 6.85 4.43 10.85 -
YUV 60.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 89 40 93 0.04 0.57 0 0.64 295.47 0.4 0.26
Hex 59 28 5D 4 39 0 40 127 28 1A
Octal 131 50 135 4 71 0 100 447 50 32
Binary 1011001 101000 1011101 100 111001 0 1000000 100100111 101000 11010

Color Harmonies of #59285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59285D

Black with #59285D

Text Example


Text Example

White with #59285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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