Html Css Color HEX #592E59 Hot Purple

📋 copy color: '#592E59'

red 89 ◦ green 46 ◦ blue 89

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

Shades of Hot Purple #592E59

Tints of Hot Purple #592E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

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

R = 39.73%
G = 20.54%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#592E59 (or 0x592E59) is known color: Hot Purple. HEX triplet: 59, 2E and 59. RGB value is (89,46,89). Sum of RGB (Red+Green+Blue) = 89+46+89=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E59 is #A6D1A6. Grayscale: #3F3F3F. Windows color (decimal): -10932647 or 5844569. OLE color: 5844569.

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

Color convert

RGB 89 46 89 -
CMYK 0 0.48 0 0.65
HSL 300º 0.32% 0.26% -
HSV(B) 300º 0.48% 0.35% -
XYZ 6.9 4.8 10.01 -
YUV 63.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 89 46 89 0 0.48 0 0.65 300 0.32 0.26
Hex 59 2E 59 0 30 0 41 12C 20 1A
Octal 131 56 131 0 60 0 101 454 40 32
Binary 1011001 101110 1011001 0 110000 0 1000001 100101100 100000 11010

Color Harmonies of #592E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E59

Black with #592E59

Text Example


Text Example

White with #592E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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