Shades of Dark Purple #903078
Tints of Dark Purple #903078
RGB
CMYK
RGB Variations
Color information
#903078 (or 0x903078) is known color: Dark Purple. HEX triplet: 90, 30 and 78. RGB value is (144,48,120). Sum of RGB (Red+Green+Blue) = 144+48+120=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #903078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903078 is #6FCF87. Grayscale: #545454. Windows color (decimal): -7327624 or 7876752. OLE color: 7876752.
HSL color Cylindrical-coordinate representation of color #903078: hue angle of 315º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903078 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 120 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.44 |
| HSL | 315º | 0.5% | 0.38% | - |
| HSV(B) | 315º | 0.67% | 0.56% | - |
| XYZ | 15.95 | 9.4 | 18.74 | - |
| YUV | 84.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 120 | 0 | 0.67 | 0.17 | 0.44 | 315 | 0.5 | 0.38 |
| Hex | 90 | 30 | 78 | 0 | 43 | 11 | 2C | 13B | 32 | 26 |
| Octal | 220 | 60 | 170 | 0 | 103 | 21 | 54 | 473 | 62 | 46 |
| Binary | 10010000 | 110000 | 1111000 | 0 | 1000011 | 10001 | 101100 | 100111011 | 110010 | 100110 |
Color Harmonies of #903078
Complementary color
Monochromatic Colors of #903078
Black with #903078
Text Example
Text Example
White with #903078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903078; }
p { color: rgb(144,48,120); }
H1.HeaderClassName
{
color: #903078;
}
.AnyTagClassName
{
color: #903078;
}
</style>
background-color css
<style>
a { background-color: #903078; }
a { background-color: rgb(144,48,120); }
div.DivClassName
{
background-color: #903078;
}
.BgClassName
{
background-color: #903078;
}
</style>
border-color css
<style>
span { border-color: #903078; }
span { border-color: rgb(144,48,120); }
td.TdClassName
{
border-color: #903078;
}
.TagClassName
{
border-color: #903078;
}
</style>