Html Css Color HEX #592460 Hot Purple

📋 copy color: '#592460'

red 89 ◦ green 36 ◦ blue 96

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

Shades of Hot Purple #592460

Tints of Hot Purple #592460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 40.27%
G = 16.29%
B = 43.44%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592460 (or 0x592460) is known color: Hot Purple. HEX triplet: 59, 24 and 60. RGB value is (89,36,96). Sum of RGB (Red+Green+Blue) = 89+36+96=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #592460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592460 is #A6DB9F. Grayscale: #3A3A3A. Windows color (decimal): -10935200 or 6300761. OLE color: 6300761.

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

Color convert

RGB 89 36 96 -
CMYK 0.07 0.62 0 0.62
HSL 293º 0.45% 0.26% -
HSV(B) 293º 0.63% 0.38% -
XYZ 6.86 4.23 11.52 -
YUV 58.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 89 36 96 0.07 0.62 0 0.62 293 0.45 0.26
Hex 59 24 60 7 3E 0 3E 125 2D 1A
Octal 131 44 140 7 76 0 76 445 55 32
Binary 1011001 100100 1100000 111 111110 0 111110 100100101 101101 11010

Color Harmonies of #592460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592460

Black with #592460

Text Example


Text Example

White with #592460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592460; }

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

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

background-color css

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

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

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

border-color css

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

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

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