Html Css Color HEX #592161 Hot Purple

📋 copy color: '#592161'

red 89 ◦ green 33 ◦ blue 97

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

Shades of Hot Purple #592161

Tints of Hot Purple #592161

RGB

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

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

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

R = 40.64%
G = 15.07%
B = 44.29%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592161 (or 0x592161) is known color: Hot Purple. HEX triplet: 59, 21 and 61. RGB value is (89,33,97). Sum of RGB (Red+Green+Blue) = 89+33+97=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #592161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592161 is #A6DE9E. Grayscale: #383838. Windows color (decimal): -10935967 or 6365529. OLE color: 6365529.

HSL color Cylindrical-coordinate representation of color #592161: hue angle of 292.5º 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 #592161 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 33 97 -
CMYK 0.08 0.66 0 0.62
HSL 292.5º 0.49% 0.25% -
HSV(B) 292.5º 0.66% 0.38% -
XYZ 6.82 4.07 11.74 -
YUV 57.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 89 33 97 0.08 0.66 0 0.62 292.5 0.49 0.25
Hex 59 21 61 8 42 0 3E 124 31 19
Octal 131 41 141 10 102 0 76 444 61 31
Binary 1011001 100001 1100001 1000 1000010 0 111110 100100100 110001 11001

Color Harmonies of #592161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592161

Black with #592161

Text Example


Text Example

White with #592161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592161; }

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

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

background-color css

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

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

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

border-color css

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

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

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