Shades of Dark Purple #913071
Tints of Dark Purple #913071
RGB
CMYK
RGB Variations
Color information
#913071 (or 0x913071) is known color: Dark Purple. HEX triplet: 91, 30 and 71. RGB value is (145,48,113). Sum of RGB (Red+Green+Blue) = 145+48+113=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #913071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913071 is #6ECF8E. Grayscale: #545454. Windows color (decimal): -7262095 or 7418001. OLE color: 7418001.
HSL color Cylindrical-coordinate representation of color #913071: hue angle of 319.79º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913071 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 113 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.43 |
| HSL | 319.79º | 0.5% | 0.38% | - |
| HSV(B) | 319.79º | 0.67% | 0.57% | - |
| XYZ | 15.71 | 9.33 | 16.59 | - |
| YUV | 84.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 113 | 0 | 0.67 | 0.22 | 0.43 | 319.79 | 0.5 | 0.38 |
| Hex | 91 | 30 | 71 | 0 | 43 | 16 | 2B | 140 | 32 | 26 |
| Octal | 221 | 60 | 161 | 0 | 103 | 26 | 53 | 500 | 62 | 46 |
| Binary | 10010001 | 110000 | 1110001 | 0 | 1000011 | 10110 | 101011 | 101000000 | 110010 | 100110 |
Color Harmonies of #913071
Complementary color
Monochromatic Colors of #913071
Black with #913071
Text Example
Text Example
White with #913071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913071; }
p { color: rgb(145,48,113); }
H1.HeaderClassName
{
color: #913071;
}
.AnyTagClassName
{
color: #913071;
}
</style>
background-color css
<style>
a { background-color: #913071; }
a { background-color: rgb(145,48,113); }
div.DivClassName
{
background-color: #913071;
}
.BgClassName
{
background-color: #913071;
}
</style>
border-color css
<style>
span { border-color: #913071; }
span { border-color: rgb(145,48,113); }
td.TdClassName
{
border-color: #913071;
}
.TagClassName
{
border-color: #913071;
}
</style>