Html Css Color HEX #991579 Dark Purple

📋 copy color: '#991579'

red 153 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #991579

Tints of Dark Purple #991579

RGB

 RED value IS 153 (60.16% from 255) = 51.86%

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

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 51.86%
G = 7.12%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#991579 (or 0x991579) is known color: Dark Purple. HEX triplet: 99, 15 and 79. RGB value is (153,21,121). Sum of RGB (Red+Green+Blue) = 153+21+121=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #991579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991579 is #66EA86. Grayscale: #474747. Windows color (decimal): -6744711 or 7935385. OLE color: 7935385.

HSL color Cylindrical-coordinate representation of color #991579: hue angle of 314.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991579 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 121 -
CMYK 0 0.86 0.21 0.4
HSL 314.55º 0.76% 0.34% -
HSV(B) 314.55º 0.86% 0.6% -
XYZ 16.86 8.69 18.88 -
YUV 71.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 153 21 121 0 0.86 0.21 0.4 314.55 0.76 0.34
Hex 99 15 79 0 56 15 28 13B 4C 22
Octal 231 25 171 0 126 25 50 473 114 42
Binary 10011001 10101 1111001 0 1010110 10101 101000 100111011 1001100 100010

Color Harmonies of #991579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991579

Black with #991579

Text Example


Text Example

White with #991579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991579; }

 p { color: rgb(153,21,121); }

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

background-color css

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

 a { background-color: rgb(153,21,121); }

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

border-color css

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

 span { border-color: rgb(153,21,121); }

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