Shades of Dark Purple #903479
Tints of Dark Purple #903479
RGB
CMYK
RGB Variations
Color information
#903479 (or 0x903479) is known color: Dark Purple. HEX triplet: 90, 34 and 79. RGB value is (144,52,121). Sum of RGB (Red+Green+Blue) = 144+52+121=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #903479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903479 is #6FCB86. Grayscale: #575757. Windows color (decimal): -7326599 or 7943312. OLE color: 7943312.
HSL color Cylindrical-coordinate representation of color #903479: hue angle of 315º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #903479 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 121 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.44 |
| HSL | 315º | 0.47% | 0.38% | - |
| HSV(B) | 315º | 0.64% | 0.56% | - |
| XYZ | 16.18 | 9.77 | 19.12 | - |
| YUV | 87.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 121 | 0 | 0.64 | 0.16 | 0.44 | 315 | 0.47 | 0.38 |
| Hex | 90 | 34 | 79 | 0 | 40 | 10 | 2C | 13B | 2F | 26 |
| Octal | 220 | 64 | 171 | 0 | 100 | 20 | 54 | 473 | 57 | 46 |
| Binary | 10010000 | 110100 | 1111001 | 0 | 1000000 | 10000 | 101100 | 100111011 | 101111 | 100110 |
Color Harmonies of #903479
Complementary color
Monochromatic Colors of #903479
Black with #903479
Text Example
Text Example
White with #903479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903479; }
p { color: rgb(144,52,121); }
H1.HeaderClassName
{
color: #903479;
}
.AnyTagClassName
{
color: #903479;
}
</style>
background-color css
<style>
a { background-color: #903479; }
a { background-color: rgb(144,52,121); }
div.DivClassName
{
background-color: #903479;
}
.BgClassName
{
background-color: #903479;
}
</style>
border-color css
<style>
span { border-color: #903479; }
span { border-color: rgb(144,52,121); }
td.TdClassName
{
border-color: #903479;
}
.TagClassName
{
border-color: #903479;
}
</style>