Shades of Dark Purple #932372
Tints of Dark Purple #932372
RGB
CMYK
RGB Variations
Color information
#932372 (or 0x932372) is known color: Dark Purple. HEX triplet: 93, 23 and 72. RGB value is (147,35,114). Sum of RGB (Red+Green+Blue) = 147+35+114=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #932372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932372 is #6CDC8D. Grayscale: #4D4D4D. Windows color (decimal): -7134350 or 7480211. OLE color: 7480211.
HSL color Cylindrical-coordinate representation of color #932372: hue angle of 317.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932372 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 114 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.42 |
| HSL | 317.68º | 0.62% | 0.36% | - |
| HSV(B) | 317.68º | 0.76% | 0.58% | - |
| XYZ | 15.67 | 8.62 | 16.76 | - |
| YUV | 77.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 114 | 0 | 0.76 | 0.22 | 0.42 | 317.68 | 0.62 | 0.36 |
| Hex | 93 | 23 | 72 | 0 | 4C | 16 | 2A | 13E | 3E | 24 |
| Octal | 223 | 43 | 162 | 0 | 114 | 26 | 52 | 476 | 76 | 44 |
| Binary | 10010011 | 100011 | 1110010 | 0 | 1001100 | 10110 | 101010 | 100111110 | 111110 | 100100 |
Color Harmonies of #932372
Complementary color
Monochromatic Colors of #932372
Black with #932372
Text Example
Text Example
White with #932372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932372; }
p { color: rgb(147,35,114); }
H1.HeaderClassName
{
color: #932372;
}
.AnyTagClassName
{
color: #932372;
}
</style>
background-color css
<style>
a { background-color: #932372; }
a { background-color: rgb(147,35,114); }
div.DivClassName
{
background-color: #932372;
}
.BgClassName
{
background-color: #932372;
}
</style>
border-color css
<style>
span { border-color: #932372; }
span { border-color: rgb(147,35,114); }
td.TdClassName
{
border-color: #932372;
}
.TagClassName
{
border-color: #932372;
}
</style>