Html Css Color HEX #592B60 Hot Purple

📋 copy color: '#592B60'

red 89 ◦ green 43 ◦ blue 96

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

Shades of Hot Purple #592B60

Tints of Hot Purple #592B60

RGB

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

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

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

R = 39.04%
G = 18.86%
B = 42.11%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592B60 (or 0x592B60) is known color: Hot Purple. HEX triplet: 59, 2B and 60. RGB value is (89,43,96). Sum of RGB (Red+Green+Blue) = 89+43+96=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #592B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B60 is #A6D49F. Grayscale: #3E3E3E. Windows color (decimal): -10933408 or 6302553. OLE color: 6302553.

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

Color convert

RGB 89 43 96 -
CMYK 0.07 0.55 0 0.62
HSL 292.08º 0.38% 0.27% -
HSV(B) 292.08º 0.55% 0.38% -
XYZ 7.1 4.7 11.6 -
YUV 62.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 89 43 96 0.07 0.55 0 0.62 292.08 0.38 0.27
Hex 59 2B 60 7 37 0 3E 124 26 1B
Octal 131 53 140 7 67 0 76 444 46 33
Binary 1011001 101011 1100000 111 110111 0 111110 100100100 100110 11011

Color Harmonies of #592B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592B60

Black with #592B60

Text Example


Text Example

White with #592B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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