Html Css Color HEX #593B5D Hot Purple

📋 copy color: '#593B5D'

red 89 ◦ green 59 ◦ blue 93

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

Shades of Hot Purple #593B5D

Tints of Hot Purple #593B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

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

R = 36.93%
G = 24.48%
B = 38.59%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#593B5D (or 0x593B5D) is known color: Hot Purple. HEX triplet: 59, 3B and 5D. RGB value is (89,59,93). Sum of RGB (Red+Green+Blue) = 89+59+93=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #593B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593B5D is #A6C4A2. Grayscale: #474747. Windows color (decimal): -10929315 or 6110041. OLE color: 6110041.

HSL color Cylindrical-coordinate representation of color #593B5D: hue angle of 292.94º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #593B5D is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 59 93 -
CMYK 0.04 0.37 0 0.64
HSL 292.94º 0.22% 0.3% -
HSV(B) 292.94º 0.37% 0.36% -
XYZ 7.66 6.04 11.12 -
YUV 71.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 89 59 93 0.04 0.37 0 0.64 292.94 0.22 0.3
Hex 59 3B 5D 4 25 0 40 125 16 1E
Octal 131 73 135 4 45 0 100 445 26 36
Binary 1011001 111011 1011101 100 100101 0 1000000 100100101 10110 11110

Color Harmonies of #593B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593B5D

Black with #593B5D

Text Example


Text Example

White with #593B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593B5D; }

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

 H1.HeaderClassName
 {
   color: #593B5D;
 }
 .AnyTagClassName
 {
   color: #593B5D;
 }
</style>

background-color css

<style>
 a { background-color: #593B5D; }

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

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

border-color css

<style>
 span { border-color: #593B5D; }

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

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