Html Css Color HEX #593A5F Hot Purple

📋 copy color: '#593A5F'

red 89 ◦ green 58 ◦ blue 95

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

Shades of Hot Purple #593A5F

Tints of Hot Purple #593A5F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 36.78%
G = 23.97%
B = 39.26%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#593A5F (or 0x593A5F) is known color: Hot Purple. HEX triplet: 59, 3A and 5F. RGB value is (89,58,95). Sum of RGB (Red+Green+Blue) = 89+58+95=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #593A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593A5F is #A6C5A0. Grayscale: #474747. Windows color (decimal): -10929569 or 6240857. OLE color: 6240857.

HSL color Cylindrical-coordinate representation of color #593A5F: hue angle of 290.27º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #593A5F is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 58 95 -
CMYK 0.06 0.39 0 0.63
HSL 290.27º 0.24% 0.3% -
HSV(B) 290.27º 0.39% 0.37% -
XYZ 7.7 5.98 11.57 -
YUV 71.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 89 58 95 0.06 0.39 0 0.63 290.27 0.24 0.3
Hex 59 3A 5F 6 27 0 3F 122 18 1E
Octal 131 72 137 6 47 0 77 442 30 36
Binary 1011001 111010 1011111 110 100111 0 111111 100100010 11000 11110

Color Harmonies of #593A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A5F

Black with #593A5F

Text Example


Text Example

White with #593A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,58,95); }

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

background-color css

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

 a { background-color: rgb(89,58,95); }

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

border-color css

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

 span { border-color: rgb(89,58,95); }

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