Html Css Color HEX #59395D Hot Purple

📋 copy color: '#59395D'

red 89 ◦ green 57 ◦ blue 93

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

Shades of Hot Purple #59395D

Tints of Hot Purple #59395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

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

R = 37.24%
G = 23.85%
B = 38.91%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59395D (or 0x59395D) is known color: Hot Purple. HEX triplet: 59, 39 and 5D. RGB value is (89,57,93). Sum of RGB (Red+Green+Blue) = 89+57+93=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #59395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59395D is #A6C6A2. Grayscale: #464646. Windows color (decimal): -10929827 or 6109529. OLE color: 6109529.

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

Color convert

RGB 89 57 93 -
CMYK 0.04 0.39 0 0.64
HSL 293.33º 0.24% 0.29% -
HSV(B) 293.33º 0.39% 0.36% -
XYZ 7.56 5.84 11.08 -
YUV 70.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 89 57 93 0.04 0.39 0 0.64 293.33 0.24 0.29
Hex 59 39 5D 4 27 0 40 125 18 1D
Octal 131 71 135 4 47 0 100 445 30 35
Binary 1011001 111001 1011101 100 100111 0 1000000 100100101 11000 11101

Color Harmonies of #59395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59395D

Black with #59395D

Text Example


Text Example

White with #59395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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