Shades of Dark Purple #903272
Tints of Dark Purple #903272
RGB
CMYK
RGB Variations
Color information
#903272 (or 0x903272) is known color: Dark Purple. HEX triplet: 90, 32 and 72. RGB value is (144,50,114). Sum of RGB (Red+Green+Blue) = 144+50+114=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #903272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903272 is #6FCD8D. Grayscale: #555555. Windows color (decimal): -7327118 or 7484048. OLE color: 7484048.
HSL color Cylindrical-coordinate representation of color #903272: hue angle of 319.15º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903272 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 114 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.44 |
| HSL | 319.15º | 0.48% | 0.38% | - |
| HSV(B) | 319.15º | 0.65% | 0.56% | - |
| XYZ | 15.68 | 9.43 | 16.91 | - |
| YUV | 85.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 114 | 0 | 0.65 | 0.21 | 0.44 | 319.15 | 0.48 | 0.38 |
| Hex | 90 | 32 | 72 | 0 | 41 | 15 | 2C | 13F | 30 | 26 |
| Octal | 220 | 62 | 162 | 0 | 101 | 25 | 54 | 477 | 60 | 46 |
| Binary | 10010000 | 110010 | 1110010 | 0 | 1000001 | 10101 | 101100 | 100111111 | 110000 | 100110 |
Color Harmonies of #903272
Complementary color
Monochromatic Colors of #903272
Black with #903272
Text Example
Text Example
White with #903272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903272; }
p { color: rgb(144,50,114); }
H1.HeaderClassName
{
color: #903272;
}
.AnyTagClassName
{
color: #903272;
}
</style>
background-color css
<style>
a { background-color: #903272; }
a { background-color: rgb(144,50,114); }
div.DivClassName
{
background-color: #903272;
}
.BgClassName
{
background-color: #903272;
}
</style>
border-color css
<style>
span { border-color: #903272; }
span { border-color: rgb(144,50,114); }
td.TdClassName
{
border-color: #903272;
}
.TagClassName
{
border-color: #903272;
}
</style>