Html Css Color HEX #592959 Hot Purple

📋 copy color: '#592959'

red 89 ◦ green 41 ◦ blue 89

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

Shades of Hot Purple #592959

Tints of Hot Purple #592959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 40.64%
G = 18.72%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#592959 (or 0x592959) is known color: Hot Purple. HEX triplet: 59, 29 and 59. RGB value is (89,41,89). Sum of RGB (Red+Green+Blue) = 89+41+89=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592959 is #A6D6A6. Grayscale: #3C3C3C. Windows color (decimal): -10933927 or 5843289. OLE color: 5843289.

HSL color Cylindrical-coordinate representation of color #592959: hue angle of 300º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #592959 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 89 -
CMYK 0 0.54 0 0.65
HSL 300º 0.37% 0.25% -
HSV(B) 300º 0.54% 0.35% -
XYZ 6.72 4.43 9.95 -
YUV 60.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 89 41 89 0 0.54 0 0.65 300 0.37 0.25
Hex 59 29 59 0 36 0 41 12C 25 19
Octal 131 51 131 0 66 0 101 454 45 31
Binary 1011001 101001 1011001 0 110110 0 1000001 100101100 100101 11001

Color Harmonies of #592959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592959

Black with #592959

Text Example


Text Example

White with #592959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592959; }

 p { color: rgb(89,41,89); }

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

background-color css

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

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

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

border-color css

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

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

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