Html Css Color HEX #591560 Hot Purple

📋 copy color: '#591560'

red 89 ◦ green 21 ◦ blue 96

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

Shades of Hot Purple #591560

Tints of Hot Purple #591560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 43.2%
G = 10.19%
B = 46.6%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591560 (or 0x591560) is known color: Hot Purple. HEX triplet: 59, 15 and 60. RGB value is (89,21,96). Sum of RGB (Red+Green+Blue) = 89+21+96=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #591560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591560 is #A6EA9F. Grayscale: #313131. Windows color (decimal): -10939040 or 6296921. OLE color: 6296921.

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

Color convert

RGB 89 21 96 -
CMYK 0.07 0.78 0 0.62
HSL 294.4º 0.64% 0.23% -
HSV(B) 294.4º 0.78% 0.38% -
XYZ 6.5 3.5 11.4 -
YUV 49.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 89 21 96 0.07 0.78 0 0.62 294.4 0.64 0.23
Hex 59 15 60 7 4E 0 3E 126 40 17
Octal 131 25 140 7 116 0 76 446 100 27
Binary 1011001 10101 1100000 111 1001110 0 111110 100100110 1000000 10111

Color Harmonies of #591560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591560

Black with #591560

Text Example


Text Example

White with #591560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591560; }

 p { color: rgb(89,21,96); }

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

background-color css

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

 a { background-color: rgb(89,21,96); }

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

border-color css

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

 span { border-color: rgb(89,21,96); }

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