Shades of Dark Purple #933470
Tints of Dark Purple #933470
RGB
CMYK
RGB Variations
Color information
#933470 (or 0x933470) is known color: Dark Purple. HEX triplet: 93, 34 and 70. RGB value is (147,52,112). Sum of RGB (Red+Green+Blue) = 147+52+112=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #933470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933470 is #6CCB8F. Grayscale: #575757. Windows color (decimal): -7130000 or 7353491. OLE color: 7353491.
HSL color Cylindrical-coordinate representation of color #933470: hue angle of 322.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933470 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 52 | 112 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.42 |
| HSL | 322.11º | 0.48% | 0.39% | - |
| HSV(B) | 322.11º | 0.65% | 0.58% | - |
| XYZ | 16.19 | 9.83 | 16.37 | - |
| YUV | 87.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 112 | 0 | 0.65 | 0.24 | 0.42 | 322.11 | 0.48 | 0.39 |
| Hex | 93 | 34 | 70 | 0 | 41 | 18 | 2A | 142 | 30 | 27 |
| Octal | 223 | 64 | 160 | 0 | 101 | 30 | 52 | 502 | 60 | 47 |
| Binary | 10010011 | 110100 | 1110000 | 0 | 1000001 | 11000 | 101010 | 101000010 | 110000 | 100111 |
Color Harmonies of #933470
Complementary color
Monochromatic Colors of #933470
Black with #933470
Text Example
Text Example
White with #933470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933470; }
p { color: rgb(147,52,112); }
H1.HeaderClassName
{
color: #933470;
}
.AnyTagClassName
{
color: #933470;
}
</style>
background-color css
<style>
a { background-color: #933470; }
a { background-color: rgb(147,52,112); }
div.DivClassName
{
background-color: #933470;
}
.BgClassName
{
background-color: #933470;
}
</style>
border-color css
<style>
span { border-color: #933470; }
span { border-color: rgb(147,52,112); }
td.TdClassName
{
border-color: #933470;
}
.TagClassName
{
border-color: #933470;
}
</style>