Html Css Color HEX #592160 Hot Purple

📋 copy color: '#592160'

red 89 ◦ green 33 ◦ blue 96

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

Shades of Hot Purple #592160

Tints of Hot Purple #592160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 40.83%
G = 15.14%
B = 44.04%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592160 (or 0x592160) is known color: Hot Purple. HEX triplet: 59, 21 and 60. RGB value is (89,33,96). Sum of RGB (Red+Green+Blue) = 89+33+96=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #592160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592160 is #A6DE9F. Grayscale: #383838. Windows color (decimal): -10935968 or 6299993. OLE color: 6299993.

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

Color convert

RGB 89 33 96 -
CMYK 0.07 0.66 0 0.62
HSL 293.33º 0.49% 0.25% -
HSV(B) 293.33º 0.66% 0.38% -
XYZ 6.78 4.06 11.49 -
YUV 56.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 89 33 96 0.07 0.66 0 0.62 293.33 0.49 0.25
Hex 59 21 60 7 42 0 3E 125 31 19
Octal 131 41 140 7 102 0 76 445 61 31
Binary 1011001 100001 1100000 111 1000010 0 111110 100100101 110001 11001

Color Harmonies of #592160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592160

Black with #592160

Text Example


Text Example

White with #592160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592160; }

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

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

background-color css

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

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

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

border-color css

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

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

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