Shades of Dark Purple #901E79
Tints of Dark Purple #901E79
RGB
CMYK
RGB Variations
Color information
#901E79 (or 0x901E79) is known color: Dark Purple. HEX triplet: 90, 1E and 79. RGB value is (144,30,121). Sum of RGB (Red+Green+Blue) = 144+30+121=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #901E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901E79 is #6FE186. Grayscale: #4A4A4A. Windows color (decimal): -7332231 or 7937680. OLE color: 7937680.
HSL color Cylindrical-coordinate representation of color #901E79: hue angle of 312.11º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901E79 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 30 | 121 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.44 |
| HSL | 312.11º | 0.66% | 0.34% | - |
| HSV(B) | 312.11º | 0.79% | 0.56% | - |
| XYZ | 15.42 | 8.24 | 18.87 | - |
| YUV | 74.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 30 | 121 | 0 | 0.79 | 0.16 | 0.44 | 312.11 | 0.66 | 0.34 |
| Hex | 90 | 1E | 79 | 0 | 4F | 10 | 2C | 138 | 42 | 22 |
| Octal | 220 | 36 | 171 | 0 | 117 | 20 | 54 | 470 | 102 | 42 |
| Binary | 10010000 | 11110 | 1111001 | 0 | 1001111 | 10000 | 101100 | 100111000 | 1000010 | 100010 |
Color Harmonies of #901E79
Complementary color
Monochromatic Colors of #901E79
Black with #901E79
Text Example
Text Example
White with #901E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901E79; }
p { color: rgb(144,30,121); }
H1.HeaderClassName
{
color: #901E79;
}
.AnyTagClassName
{
color: #901E79;
}
</style>
background-color css
<style>
a { background-color: #901E79; }
a { background-color: rgb(144,30,121); }
div.DivClassName
{
background-color: #901E79;
}
.BgClassName
{
background-color: #901E79;
}
</style>
border-color css
<style>
span { border-color: #901E79; }
span { border-color: rgb(144,30,121); }
td.TdClassName
{
border-color: #901E79;
}
.TagClassName
{
border-color: #901E79;
}
</style>