Html Css Color HEX #59365E Hot Purple

📋 copy color: '#59365E'

red 89 ◦ green 54 ◦ blue 94

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

Shades of Hot Purple #59365E

Tints of Hot Purple #59365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.78%

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

R = 37.55%
G = 22.78%
B = 39.66%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59365E (or 0x59365E) is known color: Hot Purple. HEX triplet: 59, 36 and 5E. RGB value is (89,54,94). Sum of RGB (Red+Green+Blue) = 89+54+94=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #59365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59365E is #A6C9A1. Grayscale: #444444. Windows color (decimal): -10930594 or 6174297. OLE color: 6174297.

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

Color convert

RGB 89 54 94 -
CMYK 0.05 0.43 0 0.63
HSL 292.5º 0.27% 0.29% -
HSV(B) 292.5º 0.43% 0.37% -
XYZ 7.46 5.57 11.27 -
YUV 69.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 89 54 94 0.05 0.43 0 0.63 292.5 0.27 0.29
Hex 59 36 5E 5 2B 0 3F 124 1B 1D
Octal 131 66 136 5 53 0 77 444 33 35
Binary 1011001 110110 1011110 101 101011 0 111111 100100100 11011 11101

Color Harmonies of #59365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59365E

Black with #59365E

Text Example


Text Example

White with #59365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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