Shades of Dark Purple #912071
Tints of Dark Purple #912071
RGB
CMYK
RGB Variations
Color information
#912071 (or 0x912071) is known color: Dark Purple. HEX triplet: 91, 20 and 71. RGB value is (145,32,113). Sum of RGB (Red+Green+Blue) = 145+32+113=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #912071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912071 is #6EDF8E. Grayscale: #4A4A4A. Windows color (decimal): -7266191 or 7413905. OLE color: 7413905.
HSL color Cylindrical-coordinate representation of color #912071: hue angle of 316.99º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912071 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 32 | 113 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.43 |
| HSL | 316.99º | 0.64% | 0.35% | - |
| HSV(B) | 316.99º | 0.78% | 0.57% | - |
| XYZ | 15.17 | 8.25 | 16.41 | - |
| YUV | 75.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 113 | 0 | 0.78 | 0.22 | 0.43 | 316.99 | 0.64 | 0.35 |
| Hex | 91 | 20 | 71 | 0 | 4E | 16 | 2B | 13D | 40 | 23 |
| Octal | 221 | 40 | 161 | 0 | 116 | 26 | 53 | 475 | 100 | 43 |
| Binary | 10010001 | 100000 | 1110001 | 0 | 1001110 | 10110 | 101011 | 100111101 | 1000000 | 100011 |
Color Harmonies of #912071
Complementary color
Monochromatic Colors of #912071
Black with #912071
Text Example
Text Example
White with #912071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912071; }
p { color: rgb(145,32,113); }
H1.HeaderClassName
{
color: #912071;
}
.AnyTagClassName
{
color: #912071;
}
</style>
background-color css
<style>
a { background-color: #912071; }
a { background-color: rgb(145,32,113); }
div.DivClassName
{
background-color: #912071;
}
.BgClassName
{
background-color: #912071;
}
</style>
border-color css
<style>
span { border-color: #912071; }
span { border-color: rgb(145,32,113); }
td.TdClassName
{
border-color: #912071;
}
.TagClassName
{
border-color: #912071;
}
</style>