Shades of Dark Purple #933478
Tints of Dark Purple #933478
RGB
CMYK
RGB Variations
Color information
#933478 (or 0x933478) is known color: Dark Purple. HEX triplet: 93, 34 and 78. RGB value is (147,52,120). Sum of RGB (Red+Green+Blue) = 147+52+120=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #933478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933478 is #6CCB87. Grayscale: #575757. Windows color (decimal): -7129992 or 7877779. OLE color: 7877779.
HSL color Cylindrical-coordinate representation of color #933478: hue angle of 317.05º 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 #933478 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 52 | 120 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.42 |
| HSL | 317.05º | 0.48% | 0.39% | - |
| HSV(B) | 317.05º | 0.65% | 0.58% | - |
| XYZ | 16.65 | 10.02 | 18.82 | - |
| YUV | 88.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 120 | 0 | 0.65 | 0.18 | 0.42 | 317.05 | 0.48 | 0.39 |
| Hex | 93 | 34 | 78 | 0 | 41 | 12 | 2A | 13D | 30 | 27 |
| Octal | 223 | 64 | 170 | 0 | 101 | 22 | 52 | 475 | 60 | 47 |
| Binary | 10010011 | 110100 | 1111000 | 0 | 1000001 | 10010 | 101010 | 100111101 | 110000 | 100111 |
Color Harmonies of #933478
Complementary color
Monochromatic Colors of #933478
Black with #933478
Text Example
Text Example
White with #933478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933478; }
p { color: rgb(147,52,120); }
H1.HeaderClassName
{
color: #933478;
}
.AnyTagClassName
{
color: #933478;
}
</style>
background-color css
<style>
a { background-color: #933478; }
a { background-color: rgb(147,52,120); }
div.DivClassName
{
background-color: #933478;
}
.BgClassName
{
background-color: #933478;
}
</style>
border-color css
<style>
span { border-color: #933478; }
span { border-color: rgb(147,52,120); }
td.TdClassName
{
border-color: #933478;
}
.TagClassName
{
border-color: #933478;
}
</style>