Html Css Color HEX #592061 Hot Purple

📋 copy color: '#592061'

red 89 ◦ green 32 ◦ blue 97

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

Shades of Hot Purple #592061

Tints of Hot Purple #592061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 40.83%
G = 14.68%
B = 44.5%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592061 (or 0x592061) is known color: Hot Purple. HEX triplet: 59, 20 and 61. RGB value is (89,32,97). Sum of RGB (Red+Green+Blue) = 89+32+97=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #592061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592061 is #A6DF9E. Grayscale: #383838. Windows color (decimal): -10936223 or 6365273. OLE color: 6365273.

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

Color convert

RGB 89 32 97 -
CMYK 0.08 0.67 0 0.62
HSL 292.62º 0.5% 0.25% -
HSV(B) 292.62º 0.67% 0.38% -
XYZ 6.79 4.02 11.73 -
YUV 56.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 89 32 97 0.08 0.67 0 0.62 292.62 0.5 0.25
Hex 59 20 61 8 43 0 3E 125 32 19
Octal 131 40 141 10 103 0 76 445 62 31
Binary 1011001 100000 1100001 1000 1000011 0 111110 100100101 110010 11001

Color Harmonies of #592061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592061

Black with #592061

Text Example


Text Example

White with #592061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592061; }

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

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

background-color css

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

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

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

border-color css

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

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

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