Html Css Color HEX #59285B Hot Purple

📋 copy color: '#59285B'

red 89 ◦ green 40 ◦ blue 91

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

Shades of Hot Purple #59285B

Tints of Hot Purple #59285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 40.45%
G = 18.18%
B = 41.36%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59285B (or 0x59285B) is known color: Hot Purple. HEX triplet: 59, 28 and 5B. RGB value is (89,40,91). Sum of RGB (Red+Green+Blue) = 89+40+91=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #59285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59285B is #A6D7A4. Grayscale: #3C3C3C. Windows color (decimal): -10934181 or 5974105. OLE color: 5974105.

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

Color convert

RGB 89 40 91 -
CMYK 0.02 0.56 0 0.64
HSL 297.65º 0.39% 0.26% -
HSV(B) 297.65º 0.56% 0.36% -
XYZ 6.77 4.4 10.39 -
YUV 60.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 89 40 91 0.02 0.56 0 0.64 297.65 0.39 0.26
Hex 59 28 5B 2 38 0 40 12A 27 1A
Octal 131 50 133 2 70 0 100 452 47 32
Binary 1011001 101000 1011011 10 111000 0 1000000 100101010 100111 11010

Color Harmonies of #59285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59285B

Black with #59285B

Text Example


Text Example

White with #59285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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