Html Css Color HEX #592E5E Hot Purple

📋 copy color: '#592E5E'

red 89 ◦ green 46 ◦ blue 94

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

Shades of Hot Purple #592E5E

Tints of Hot Purple #592E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 38.86%
G = 20.09%
B = 41.05%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#592E5E (or 0x592E5E) is known color: Hot Purple. HEX triplet: 59, 2E and 5E. RGB value is (89,46,94). Sum of RGB (Red+Green+Blue) = 89+46+94=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #592E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E5E is #A6D1A1. Grayscale: #404040. Windows color (decimal): -10932642 or 6172249. OLE color: 6172249.

HSL color Cylindrical-coordinate representation of color #592E5E: hue angle of 293.75º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592E5E is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 46 94 -
CMYK 0.05 0.51 0 0.63
HSL 293.75º 0.34% 0.27% -
HSV(B) 293.75º 0.51% 0.37% -
XYZ 7.12 4.89 11.16 -
YUV 64.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 89 46 94 0.05 0.51 0 0.63 293.75 0.34 0.27
Hex 59 2E 5E 5 33 0 3F 126 22 1B
Octal 131 56 136 5 63 0 77 446 42 33
Binary 1011001 101110 1011110 101 110011 0 111111 100100110 100010 11011

Color Harmonies of #592E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E5E

Black with #592E5E

Text Example


Text Example

White with #592E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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