Html Css Color HEX #59385D Hot Purple

📋 copy color: '#59385D'

red 89 ◦ green 56 ◦ blue 93

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

Shades of Hot Purple #59385D

Tints of Hot Purple #59385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 37.39%
G = 23.53%
B = 39.08%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59385D (or 0x59385D) is known color: Hot Purple. HEX triplet: 59, 38 and 5D. RGB value is (89,56,93). Sum of RGB (Red+Green+Blue) = 89+56+93=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #59385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59385D is #A6C7A2. Grayscale: #454545. Windows color (decimal): -10930083 or 6109273. OLE color: 6109273.

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

Color convert

RGB 89 56 93 -
CMYK 0.04 0.40 0 0.64
HSL 293.51º 0.25% 0.29% -
HSV(B) 293.51º 0.4% 0.36% -
XYZ 7.51 5.74 11.07 -
YUV 70.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 89 56 93 0.04 0.40 0 0.64 293.51 0.25 0.29
Hex 59 38 5D 4 28 0 40 126 19 1D
Octal 131 70 135 4 50 0 100 446 31 35
Binary 1011001 111000 1011101 100 101000 0 1000000 100100110 11001 11101

Color Harmonies of #59385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59385D

Black with #59385D

Text Example


Text Example

White with #59385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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