Html Css Color HEX #592261 Hot Purple

📋 copy color: '#592261'

red 89 ◦ green 34 ◦ blue 97

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

Shades of Hot Purple #592261

Tints of Hot Purple #592261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 40.45%
G = 15.45%
B = 44.09%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592261 (or 0x592261) is known color: Hot Purple. HEX triplet: 59, 22 and 61. RGB value is (89,34,97). Sum of RGB (Red+Green+Blue) = 89+34+97=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #592261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592261 is #A6DD9E. Grayscale: #393939. Windows color (decimal): -10935711 or 6365785. OLE color: 6365785.

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

Color convert

RGB 89 34 97 -
CMYK 0.08 0.65 0 0.62
HSL 292.38º 0.48% 0.26% -
HSV(B) 292.38º 0.65% 0.38% -
XYZ 6.85 4.13 11.75 -
YUV 57.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 89 34 97 0.08 0.65 0 0.62 292.38 0.48 0.26
Hex 59 22 61 8 41 0 3E 124 30 1A
Octal 131 42 141 10 101 0 76 444 60 32
Binary 1011001 100010 1100001 1000 1000001 0 111110 100100100 110000 11010

Color Harmonies of #592261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592261

Black with #592261

Text Example


Text Example

White with #592261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592261; }

 p { color: rgb(89,34,97); }

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

background-color css

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

 a { background-color: rgb(89,34,97); }

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

border-color css

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

 span { border-color: rgb(89,34,97); }

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