Html Css Color HEX #593261 Hot Purple

📋 copy color: '#593261'

red 89 ◦ green 50 ◦ blue 97

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

Shades of Hot Purple #593261

Tints of Hot Purple #593261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 97 (38.28% from 255) = 41.1%

R = 37.71%
G = 21.19%
B = 41.1%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#593261 (or 0x593261) is known color: Hot Purple. HEX triplet: 59, 32 and 61. RGB value is (89,50,97). Sum of RGB (Red+Green+Blue) = 89+50+97=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #593261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593261 is #A6CD9E. Grayscale: #424242. Windows color (decimal): -10931615 or 6369881. OLE color: 6369881.

HSL color Cylindrical-coordinate representation of color #593261: hue angle of 289.79º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #593261 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 50 97 -
CMYK 0.08 0.48 0 0.62
HSL 289.79º 0.32% 0.29% -
HSV(B) 289.79º 0.48% 0.38% -
XYZ 7.42 5.27 11.94 -
YUV 67.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 89 50 97 0.08 0.48 0 0.62 289.79 0.32 0.29
Hex 59 32 61 8 30 0 3E 122 20 1D
Octal 131 62 141 10 60 0 76 442 40 35
Binary 1011001 110010 1100001 1000 110000 0 111110 100100010 100000 11101

Color Harmonies of #593261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593261

Black with #593261

Text Example


Text Example

White with #593261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593261; }

 p { color: rgb(89,50,97); }

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

background-color css

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

 a { background-color: rgb(89,50,97); }

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

border-color css

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

 span { border-color: rgb(89,50,97); }

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