Shades of Dark Purple #901C72
Tints of Dark Purple #901C72
RGB
CMYK
RGB Variations
Color information
#901C72 (or 0x901C72) is known color: Dark Purple. HEX triplet: 90, 1C and 72. RGB value is (144,28,114). Sum of RGB (Red+Green+Blue) = 144+28+114=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #901C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C72 is #6FE38D. Grayscale: #484848. Windows color (decimal): -7332750 or 7478416. OLE color: 7478416.
HSL color Cylindrical-coordinate representation of color #901C72: hue angle of 315.52º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C72 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 114 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.44 |
| HSL | 315.52º | 0.67% | 0.34% | - |
| HSV(B) | 315.52º | 0.81% | 0.56% | - |
| XYZ | 14.95 | 7.97 | 16.67 | - |
| YUV | 72.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 114 | 0 | 0.81 | 0.21 | 0.44 | 315.52 | 0.67 | 0.34 |
| Hex | 90 | 1C | 72 | 0 | 51 | 15 | 2C | 13C | 43 | 22 |
| Octal | 220 | 34 | 162 | 0 | 121 | 25 | 54 | 474 | 103 | 42 |
| Binary | 10010000 | 11100 | 1110010 | 0 | 1010001 | 10101 | 101100 | 100111100 | 1000011 | 100010 |
Color Harmonies of #901C72
Complementary color
Monochromatic Colors of #901C72
Black with #901C72
Text Example
Text Example
White with #901C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C72; }
p { color: rgb(144,28,114); }
H1.HeaderClassName
{
color: #901C72;
}
.AnyTagClassName
{
color: #901C72;
}
</style>
background-color css
<style>
a { background-color: #901C72; }
a { background-color: rgb(144,28,114); }
div.DivClassName
{
background-color: #901C72;
}
.BgClassName
{
background-color: #901C72;
}
</style>
border-color css
<style>
span { border-color: #901C72; }
span { border-color: rgb(144,28,114); }
td.TdClassName
{
border-color: #901C72;
}
.TagClassName
{
border-color: #901C72;
}
</style>