Shades of Dark Purple #992070
Tints of Dark Purple #992070
RGB
CMYK
RGB Variations
Color information
#992070 (or 0x992070) is known color: Dark Purple. HEX triplet: 99, 20 and 70. RGB value is (153,32,112). Sum of RGB (Red+Green+Blue) = 153+32+112=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #992070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992070 is #66DF8F. Grayscale: #4D4D4D. Windows color (decimal): -6741904 or 7348377. OLE color: 7348377.
HSL color Cylindrical-coordinate representation of color #992070: hue angle of 320.33º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992070 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 112 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.4 |
| HSL | 320.33º | 0.65% | 0.36% | - |
| HSV(B) | 320.33º | 0.79% | 0.6% | - |
| XYZ | 16.58 | 8.98 | 16.19 | - |
| YUV | 77.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 112 | 0 | 0.79 | 0.27 | 0.4 | 320.33 | 0.65 | 0.36 |
| Hex | 99 | 20 | 70 | 0 | 4F | 1B | 28 | 140 | 41 | 24 |
| Octal | 231 | 40 | 160 | 0 | 117 | 33 | 50 | 500 | 101 | 44 |
| Binary | 10011001 | 100000 | 1110000 | 0 | 1001111 | 11011 | 101000 | 101000000 | 1000001 | 100100 |
Color Harmonies of #992070
Complementary color
Monochromatic Colors of #992070
Black with #992070
Text Example
Text Example
White with #992070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992070; }
p { color: rgb(153,32,112); }
H1.HeaderClassName
{
color: #992070;
}
.AnyTagClassName
{
color: #992070;
}
</style>
background-color css
<style>
a { background-color: #992070; }
a { background-color: rgb(153,32,112); }
div.DivClassName
{
background-color: #992070;
}
.BgClassName
{
background-color: #992070;
}
</style>
border-color css
<style>
span { border-color: #992070; }
span { border-color: rgb(153,32,112); }
td.TdClassName
{
border-color: #992070;
}
.TagClassName
{
border-color: #992070;
}
</style>