Shades of Dark Purple #931470
Tints of Dark Purple #931470
RGB
CMYK
RGB Variations
Color information
#931470 (or 0x931470) is known color: Dark Purple. HEX triplet: 93, 14 and 70. RGB value is (147,20,112). Sum of RGB (Red+Green+Blue) = 147+20+112=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #931470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931470 is #6CEB8F. Grayscale: #444444. Windows color (decimal): -7138192 or 7345299. OLE color: 7345299.
HSL color Cylindrical-coordinate representation of color #931470: hue angle of 316.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931470 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 112 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.42 |
| HSL | 316.54º | 0.76% | 0.33% | - |
| HSV(B) | 316.54º | 0.86% | 0.58% | - |
| XYZ | 15.21 | 7.87 | 16.05 | - |
| YUV | 68.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 112 | 0 | 0.86 | 0.24 | 0.42 | 316.54 | 0.76 | 0.33 |
| Hex | 93 | 14 | 70 | 0 | 56 | 18 | 2A | 13D | 4C | 21 |
| Octal | 223 | 24 | 160 | 0 | 126 | 30 | 52 | 475 | 114 | 41 |
| Binary | 10010011 | 10100 | 1110000 | 0 | 1010110 | 11000 | 101010 | 100111101 | 1001100 | 100001 |
Color Harmonies of #931470
Complementary color
Monochromatic Colors of #931470
Black with #931470
Text Example
Text Example
White with #931470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931470; }
p { color: rgb(147,20,112); }
H1.HeaderClassName
{
color: #931470;
}
.AnyTagClassName
{
color: #931470;
}
</style>
background-color css
<style>
a { background-color: #931470; }
a { background-color: rgb(147,20,112); }
div.DivClassName
{
background-color: #931470;
}
.BgClassName
{
background-color: #931470;
}
</style>
border-color css
<style>
span { border-color: #931470; }
span { border-color: rgb(147,20,112); }
td.TdClassName
{
border-color: #931470;
}
.TagClassName
{
border-color: #931470;
}
</style>