Shades of Dark Purple #933272
Tints of Dark Purple #933272
RGB
CMYK
RGB Variations
Color information
#933272 (or 0x933272) is known color: Dark Purple. HEX triplet: 93, 32 and 72. RGB value is (147,50,114). Sum of RGB (Red+Green+Blue) = 147+50+114=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #933272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933272 is #6CCD8D. Grayscale: #565656. Windows color (decimal): -7130510 or 7484051. OLE color: 7484051.
HSL color Cylindrical-coordinate representation of color #933272: hue angle of 320.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933272 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 50 | 114 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.42 |
| HSL | 320.41º | 0.49% | 0.39% | - |
| HSV(B) | 320.41º | 0.66% | 0.58% | - |
| XYZ | 16.21 | 9.7 | 16.94 | - |
| YUV | 86.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 114 | 0 | 0.66 | 0.22 | 0.42 | 320.41 | 0.49 | 0.39 |
| Hex | 93 | 32 | 72 | 0 | 42 | 16 | 2A | 140 | 31 | 27 |
| Octal | 223 | 62 | 162 | 0 | 102 | 26 | 52 | 500 | 61 | 47 |
| Binary | 10010011 | 110010 | 1110010 | 0 | 1000010 | 10110 | 101010 | 101000000 | 110001 | 100111 |
Color Harmonies of #933272
Complementary color
Monochromatic Colors of #933272
Black with #933272
Text Example
Text Example
White with #933272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933272; }
p { color: rgb(147,50,114); }
H1.HeaderClassName
{
color: #933272;
}
.AnyTagClassName
{
color: #933272;
}
</style>
background-color css
<style>
a { background-color: #933272; }
a { background-color: rgb(147,50,114); }
div.DivClassName
{
background-color: #933272;
}
.BgClassName
{
background-color: #933272;
}
</style>
border-color css
<style>
span { border-color: #933272; }
span { border-color: rgb(147,50,114); }
td.TdClassName
{
border-color: #933272;
}
.TagClassName
{
border-color: #933272;
}
</style>