Html Css Color HEX #592E5B Hot Purple

📋 copy color: '#592E5B'

red 89 ◦ green 46 ◦ blue 91

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

Shades of Hot Purple #592E5B

Tints of Hot Purple #592E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 39.38%
G = 20.35%
B = 40.27%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#592E5B (or 0x592E5B) is known color: Hot Purple. HEX triplet: 59, 2E and 5B. RGB value is (89,46,91). Sum of RGB (Red+Green+Blue) = 89+46+91=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #592E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E5B is #A6D1A4. Grayscale: #3F3F3F. Windows color (decimal): -10932645 or 5975641. OLE color: 5975641.

HSL color Cylindrical-coordinate representation of color #592E5B: hue angle of 297.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #592E5B is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 46 91 -
CMYK 0.02 0.49 0 0.64
HSL 297.33º 0.33% 0.27% -
HSV(B) 297.33º 0.49% 0.36% -
XYZ 6.99 4.83 10.46 -
YUV 63.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 89 46 91 0.02 0.49 0 0.64 297.33 0.33 0.27
Hex 59 2E 5B 2 31 0 40 129 21 1B
Octal 131 56 133 2 61 0 100 451 41 33
Binary 1011001 101110 1011011 10 110001 0 1000000 100101001 100001 11011

Color Harmonies of #592E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E5B

Black with #592E5B

Text Example


Text Example

White with #592E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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