Shades of Dark Purple #943470
Tints of Dark Purple #943470
RGB
CMYK
RGB Variations
Color information
#943470 (or 0x943470) is known color: Dark Purple. HEX triplet: 94, 34 and 70. RGB value is (148,52,112). Sum of RGB (Red+Green+Blue) = 148+52+112=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #943470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943470 is #6BCB8F. Grayscale: #575757. Windows color (decimal): -7064464 or 7353492. OLE color: 7353492.
HSL color Cylindrical-coordinate representation of color #943470: hue angle of 322.5º 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 #943470 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 112 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.42 |
| HSL | 322.5º | 0.48% | 0.39% | - |
| HSV(B) | 322.5º | 0.65% | 0.58% | - |
| XYZ | 16.37 | 9.92 | 16.38 | - |
| YUV | 87.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 112 | 0 | 0.65 | 0.24 | 0.42 | 322.5 | 0.48 | 0.39 |
| Hex | 94 | 34 | 70 | 0 | 41 | 18 | 2A | 142 | 30 | 27 |
| Octal | 224 | 64 | 160 | 0 | 101 | 30 | 52 | 502 | 60 | 47 |
| Binary | 10010100 | 110100 | 1110000 | 0 | 1000001 | 11000 | 101010 | 101000010 | 110000 | 100111 |
Color Harmonies of #943470
Complementary color
Monochromatic Colors of #943470
Black with #943470
Text Example
Text Example
White with #943470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943470; }
p { color: rgb(148,52,112); }
H1.HeaderClassName
{
color: #943470;
}
.AnyTagClassName
{
color: #943470;
}
</style>
background-color css
<style>
a { background-color: #943470; }
a { background-color: rgb(148,52,112); }
div.DivClassName
{
background-color: #943470;
}
.BgClassName
{
background-color: #943470;
}
</style>
border-color css
<style>
span { border-color: #943470; }
span { border-color: rgb(148,52,112); }
td.TdClassName
{
border-color: #943470;
}
.TagClassName
{
border-color: #943470;
}
</style>