Html Css Color HEX #592D59 Hot Purple

📋 copy color: '#592D59'

red 89 ◦ green 45 ◦ blue 89

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

Shades of Hot Purple #592D59

Tints of Hot Purple #592D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

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

R = 39.91%
G = 20.18%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#592D59 (or 0x592D59) is known color: Hot Purple. HEX triplet: 59, 2D and 59. RGB value is (89,45,89). Sum of RGB (Red+Green+Blue) = 89+45+89=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D59 is #A6D2A6. Grayscale: #3F3F3F. Windows color (decimal): -10932903 or 5844313. OLE color: 5844313.

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

Color convert

RGB 89 45 89 -
CMYK 0 0.49 0 0.65
HSL 300º 0.33% 0.26% -
HSV(B) 300º 0.49% 0.35% -
XYZ 6.86 4.72 10 -
YUV 63.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 89 45 89 0 0.49 0 0.65 300 0.33 0.26
Hex 59 2D 59 0 31 0 41 12C 21 1A
Octal 131 55 131 0 61 0 101 454 41 32
Binary 1011001 101101 1011001 0 110001 0 1000001 100101100 100001 11010

Color Harmonies of #592D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D59

Black with #592D59

Text Example


Text Example

White with #592D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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