Html Css Color HEX #592B5B Hot Purple

📋 copy color: '#592B5B'

red 89 ◦ green 43 ◦ blue 91

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

Shades of Hot Purple #592B5B

Tints of Hot Purple #592B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

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

R = 39.91%
G = 19.28%
B = 40.81%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#592B5B (or 0x592B5B) is known color: Hot Purple. HEX triplet: 59, 2B and 5B. RGB value is (89,43,91). Sum of RGB (Red+Green+Blue) = 89+43+91=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #592B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B5B is #A6D4A4. Grayscale: #3E3E3E. Windows color (decimal): -10933413 or 5974873. OLE color: 5974873.

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

Color convert

RGB 89 43 91 -
CMYK 0.02 0.53 0 0.64
HSL 297.5º 0.36% 0.26% -
HSV(B) 297.5º 0.53% 0.36% -
XYZ 6.87 4.61 10.42 -
YUV 62.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 89 43 91 0.02 0.53 0 0.64 297.5 0.36 0.26
Hex 59 2B 5B 2 35 0 40 12A 24 1A
Octal 131 53 133 2 65 0 100 452 44 32
Binary 1011001 101011 1011011 10 110101 0 1000000 100101010 100100 11010

Color Harmonies of #592B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592B5B

Black with #592B5B

Text Example


Text Example

White with #592B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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