Html Css Color HEX #592961 Hot Purple

📋 copy color: '#592961'

red 89 ◦ green 41 ◦ blue 97

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

Shades of Hot Purple #592961

Tints of Hot Purple #592961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 39.21%
G = 18.06%
B = 42.73%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592961 (or 0x592961) is known color: Hot Purple. HEX triplet: 59, 29 and 61. RGB value is (89,41,97). Sum of RGB (Red+Green+Blue) = 89+41+97=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #592961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592961 is #A6D69E. Grayscale: #3D3D3D. Windows color (decimal): -10933919 or 6367577. OLE color: 6367577.

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

Color convert

RGB 89 41 97 -
CMYK 0.08 0.58 0 0.62
HSL 291.43º 0.41% 0.27% -
HSV(B) 291.43º 0.58% 0.38% -
XYZ 7.07 4.57 11.82 -
YUV 61.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 89 41 97 0.08 0.58 0 0.62 291.43 0.41 0.27
Hex 59 29 61 8 3A 0 3E 123 29 1B
Octal 131 51 141 10 72 0 76 443 51 33
Binary 1011001 101001 1100001 1000 111010 0 111110 100100011 101001 11011

Color Harmonies of #592961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592961

Black with #592961

Text Example


Text Example

White with #592961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592961; }

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

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

background-color css

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

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

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

border-color css

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

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

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