Shades of Dark Purple #903271
Tints of Dark Purple #903271
RGB
CMYK
RGB Variations
Color information
#903271 (or 0x903271) is known color: Dark Purple. HEX triplet: 90, 32 and 71. RGB value is (144,50,113). Sum of RGB (Red+Green+Blue) = 144+50+113=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #903271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903271 is #6FCD8E. Grayscale: #555555. Windows color (decimal): -7327119 or 7418512. OLE color: 7418512.
HSL color Cylindrical-coordinate representation of color #903271: hue angle of 319.79º 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 #903271 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 113 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.44 |
| HSL | 319.79º | 0.48% | 0.38% | - |
| HSV(B) | 319.79º | 0.65% | 0.56% | - |
| XYZ | 15.62 | 9.4 | 16.61 | - |
| YUV | 85.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 113 | 0 | 0.65 | 0.22 | 0.44 | 319.79 | 0.48 | 0.38 |
| Hex | 90 | 32 | 71 | 0 | 41 | 16 | 2C | 140 | 30 | 26 |
| Octal | 220 | 62 | 161 | 0 | 101 | 26 | 54 | 500 | 60 | 46 |
| Binary | 10010000 | 110010 | 1110001 | 0 | 1000001 | 10110 | 101100 | 101000000 | 110000 | 100110 |
Color Harmonies of #903271
Complementary color
Monochromatic Colors of #903271
Black with #903271
Text Example
Text Example
White with #903271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903271; }
p { color: rgb(144,50,113); }
H1.HeaderClassName
{
color: #903271;
}
.AnyTagClassName
{
color: #903271;
}
</style>
background-color css
<style>
a { background-color: #903271; }
a { background-color: rgb(144,50,113); }
div.DivClassName
{
background-color: #903271;
}
.BgClassName
{
background-color: #903271;
}
</style>
border-color css
<style>
span { border-color: #903271; }
span { border-color: rgb(144,50,113); }
td.TdClassName
{
border-color: #903271;
}
.TagClassName
{
border-color: #903271;
}
</style>