Shades of Dark Purple #903470
Tints of Dark Purple #903470
RGB
CMYK
RGB Variations
Color information
#903470 (or 0x903470) is known color: Dark Purple. HEX triplet: 90, 34 and 70. RGB value is (144,52,112). Sum of RGB (Red+Green+Blue) = 144+52+112=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #903470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903470 is #6FCB8F. Grayscale: #565656. Windows color (decimal): -7326608 or 7353488. OLE color: 7353488.
HSL color Cylindrical-coordinate representation of color #903470: hue angle of 320.87º 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 #903470 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 52 | 112 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.44 |
| HSL | 320.87º | 0.47% | 0.38% | - |
| HSV(B) | 320.87º | 0.64% | 0.56% | - |
| XYZ | 15.65 | 9.56 | 16.35 | - |
| YUV | 86.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 112 | 0 | 0.64 | 0.22 | 0.44 | 320.87 | 0.47 | 0.38 |
| Hex | 90 | 34 | 70 | 0 | 40 | 16 | 2C | 141 | 2F | 26 |
| Octal | 220 | 64 | 160 | 0 | 100 | 26 | 54 | 501 | 57 | 46 |
| Binary | 10010000 | 110100 | 1110000 | 0 | 1000000 | 10110 | 101100 | 101000001 | 101111 | 100110 |
Color Harmonies of #903470
Complementary color
Monochromatic Colors of #903470
Black with #903470
Text Example
Text Example
White with #903470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903470; }
p { color: rgb(144,52,112); }
H1.HeaderClassName
{
color: #903470;
}
.AnyTagClassName
{
color: #903470;
}
</style>
background-color css
<style>
a { background-color: #903470; }
a { background-color: rgb(144,52,112); }
div.DivClassName
{
background-color: #903470;
}
.BgClassName
{
background-color: #903470;
}
</style>
border-color css
<style>
span { border-color: #903470; }
span { border-color: rgb(144,52,112); }
td.TdClassName
{
border-color: #903470;
}
.TagClassName
{
border-color: #903470;
}
</style>