Shades of Dark Purple #991D71
Tints of Dark Purple #991D71
RGB
CMYK
RGB Variations
Color information
#991D71 (or 0x991D71) is known color: Dark Purple. HEX triplet: 99, 1D and 71. RGB value is (153,29,113). Sum of RGB (Red+Green+Blue) = 153+29+113=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #991D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D71 is #66E28E. Grayscale: #4B4B4B. Windows color (decimal): -6742671 or 7413145. OLE color: 7413145.
HSL color Cylindrical-coordinate representation of color #991D71: hue angle of 319.35º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D71 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 113 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.4 |
| HSL | 319.35º | 0.68% | 0.36% | - |
| HSV(B) | 319.35º | 0.81% | 0.6% | - |
| XYZ | 16.56 | 8.84 | 16.46 | - |
| YUV | 75.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 113 | 0 | 0.81 | 0.26 | 0.4 | 319.35 | 0.68 | 0.36 |
| Hex | 99 | 1D | 71 | 0 | 51 | 1A | 28 | 13F | 44 | 24 |
| Octal | 231 | 35 | 161 | 0 | 121 | 32 | 50 | 477 | 104 | 44 |
| Binary | 10011001 | 11101 | 1110001 | 0 | 1010001 | 11010 | 101000 | 100111111 | 1000100 | 100100 |
Color Harmonies of #991D71
Complementary color
Monochromatic Colors of #991D71
Black with #991D71
Text Example
Text Example
White with #991D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D71; }
p { color: rgb(153,29,113); }
H1.HeaderClassName
{
color: #991D71;
}
.AnyTagClassName
{
color: #991D71;
}
</style>
background-color css
<style>
a { background-color: #991D71; }
a { background-color: rgb(153,29,113); }
div.DivClassName
{
background-color: #991D71;
}
.BgClassName
{
background-color: #991D71;
}
</style>
border-color css
<style>
span { border-color: #991D71; }
span { border-color: rgb(153,29,113); }
td.TdClassName
{
border-color: #991D71;
}
.TagClassName
{
border-color: #991D71;
}
</style>