Shades of Dark Purple #913B72
Tints of Dark Purple #913B72
RGB
CMYK
RGB Variations
Color information
#913B72 (or 0x913B72) is known color: Dark Purple. HEX triplet: 91, 3B and 72. RGB value is (145,59,114). Sum of RGB (Red+Green+Blue) = 145+59+114=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #913B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B72 is #6EC48D. Grayscale: #5A5A5A. Windows color (decimal): -7259278 or 7486353. OLE color: 7486353.
HSL color Cylindrical-coordinate representation of color #913B72: hue angle of 321.63º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913B72 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 59 | 114 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.43 |
| HSL | 321.63º | 0.42% | 0.4% | - |
| HSV(B) | 321.63º | 0.59% | 0.57% | - |
| XYZ | 16.28 | 10.36 | 17.06 | - |
| YUV | 90.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 114 | 0 | 0.59 | 0.21 | 0.43 | 321.63 | 0.42 | 0.4 |
| Hex | 91 | 3B | 72 | 0 | 3B | 15 | 2B | 142 | 2A | 28 |
| Octal | 221 | 73 | 162 | 0 | 73 | 25 | 53 | 502 | 52 | 50 |
| Binary | 10010001 | 111011 | 1110010 | 0 | 111011 | 10101 | 101011 | 101000010 | 101010 | 101000 |
Color Harmonies of #913B72
Complementary color
Monochromatic Colors of #913B72
Black with #913B72
Text Example
Text Example
White with #913B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913B72; }
p { color: rgb(145,59,114); }
H1.HeaderClassName
{
color: #913B72;
}
.AnyTagClassName
{
color: #913B72;
}
</style>
background-color css
<style>
a { background-color: #913B72; }
a { background-color: rgb(145,59,114); }
div.DivClassName
{
background-color: #913B72;
}
.BgClassName
{
background-color: #913B72;
}
</style>
border-color css
<style>
span { border-color: #913B72; }
span { border-color: rgb(145,59,114); }
td.TdClassName
{
border-color: #913B72;
}
.TagClassName
{
border-color: #913B72;
}
</style>