Shades of Dark Purple #932C71
Tints of Dark Purple #932C71
RGB
CMYK
RGB Variations
Color information
#932C71 (or 0x932C71) is known color: Dark Purple. HEX triplet: 93, 2C and 71. RGB value is (147,44,113). Sum of RGB (Red+Green+Blue) = 147+44+113=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #932C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932C71 is #6CD38E. Grayscale: #525252. Windows color (decimal): -7132047 or 7416979. OLE color: 7416979.
HSL color Cylindrical-coordinate representation of color #932C71: hue angle of 319.81º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C71 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 113 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.42 |
| HSL | 319.81º | 0.54% | 0.37% | - |
| HSV(B) | 319.81º | 0.7% | 0.58% | - |
| XYZ | 15.91 | 9.2 | 16.56 | - |
| YUV | 82.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 113 | 0 | 0.70 | 0.23 | 0.42 | 319.81 | 0.54 | 0.37 |
| Hex | 93 | 2C | 71 | 0 | 46 | 17 | 2A | 140 | 36 | 25 |
| Octal | 223 | 54 | 161 | 0 | 106 | 27 | 52 | 500 | 66 | 45 |
| Binary | 10010011 | 101100 | 1110001 | 0 | 1000110 | 10111 | 101010 | 101000000 | 110110 | 100101 |
Color Harmonies of #932C71
Complementary color
Monochromatic Colors of #932C71
Black with #932C71
Text Example
Text Example
White with #932C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C71; }
p { color: rgb(147,44,113); }
H1.HeaderClassName
{
color: #932C71;
}
.AnyTagClassName
{
color: #932C71;
}
</style>
background-color css
<style>
a { background-color: #932C71; }
a { background-color: rgb(147,44,113); }
div.DivClassName
{
background-color: #932C71;
}
.BgClassName
{
background-color: #932C71;
}
</style>
border-color css
<style>
span { border-color: #932C71; }
span { border-color: rgb(147,44,113); }
td.TdClassName
{
border-color: #932C71;
}
.TagClassName
{
border-color: #932C71;
}
</style>