Html Css Color HEX #591461 Hot Purple

📋 copy color: '#591461'

red 89 ◦ green 20 ◦ blue 97

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

Shades of Hot Purple #591461

Tints of Hot Purple #591461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 43.2%
G = 9.71%
B = 47.09%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591461 (or 0x591461) is known color: Hot Purple. HEX triplet: 59, 14 and 61. RGB value is (89,20,97). Sum of RGB (Red+Green+Blue) = 89+20+97=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #591461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591461 is #A6EB9E. Grayscale: #313131. Windows color (decimal): -10939295 or 6362201. OLE color: 6362201.

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

Color convert

RGB 89 20 97 -
CMYK 0.08 0.79 0 0.62
HSL 293.77º 0.66% 0.23% -
HSV(B) 293.77º 0.79% 0.38% -
XYZ 6.53 3.49 11.64 -
YUV 49.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 89 20 97 0.08 0.79 0 0.62 293.77 0.66 0.23
Hex 59 14 61 8 4F 0 3E 126 42 17
Octal 131 24 141 10 117 0 76 446 102 27
Binary 1011001 10100 1100001 1000 1001111 0 111110 100100110 1000010 10111

Color Harmonies of #591461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591461

Black with #591461

Text Example


Text Example

White with #591461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591461; }

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

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

background-color css

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

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

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

border-color css

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

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

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