Html Css Color HEX #592E60 Hot Purple

📋 copy color: '#592E60'

red 89 ◦ green 46 ◦ blue 96

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

Shades of Hot Purple #592E60

Tints of Hot Purple #592E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 38.53%
G = 19.91%
B = 41.56%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592E60 (or 0x592E60) is known color: Hot Purple. HEX triplet: 59, 2E and 60. RGB value is (89,46,96). Sum of RGB (Red+Green+Blue) = 89+46+96=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #592E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E60 is #A6D19F. Grayscale: #404040. Windows color (decimal): -10932640 or 6303321. OLE color: 6303321.

HSL color Cylindrical-coordinate representation of color #592E60: hue angle of 291.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592E60 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 46 96 -
CMYK 0.07 0.52 0 0.62
HSL 291.6º 0.35% 0.28% -
HSV(B) 291.6º 0.52% 0.38% -
XYZ 7.21 4.92 11.64 -
YUV 64.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 89 46 96 0.07 0.52 0 0.62 291.6 0.35 0.28
Hex 59 2E 60 7 34 0 3E 124 23 1C
Octal 131 56 140 7 64 0 76 444 43 34
Binary 1011001 101110 1100000 111 110100 0 111110 100100100 100011 11100

Color Harmonies of #592E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E60

Black with #592E60

Text Example


Text Example

White with #592E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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