Shades of Dark Purple #901C7F
Tints of Dark Purple #901C7F
RGB
CMYK
RGB Variations
Color information
#901C7F (or 0x901C7F) is known color: Dark Purple. HEX triplet: 90, 1C and 7F. RGB value is (144,28,127). Sum of RGB (Red+Green+Blue) = 144+28+127=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #901C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C7F is #6FE380. Grayscale: #494949. Windows color (decimal): -7332737 or 8330384. OLE color: 8330384.
HSL color Cylindrical-coordinate representation of color #901C7F: hue angle of 308.79º 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 #901C7F is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 127 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.44 |
| HSL | 308.79º | 0.67% | 0.34% | - |
| HSV(B) | 308.79º | 0.81% | 0.56% | - |
| XYZ | 15.75 | 8.29 | 20.85 | - |
| YUV | 73.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 127 | 0 | 0.81 | 0.12 | 0.44 | 308.79 | 0.67 | 0.34 |
| Hex | 90 | 1C | 7F | 0 | 51 | C | 2C | 135 | 43 | 22 |
| Octal | 220 | 34 | 177 | 0 | 121 | 14 | 54 | 465 | 103 | 42 |
| Binary | 10010000 | 11100 | 1111111 | 0 | 1010001 | 1100 | 101100 | 100110101 | 1000011 | 100010 |
Color Harmonies of #901C7F
Complementary color
Monochromatic Colors of #901C7F
Black with #901C7F
Text Example
Text Example
White with #901C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C7F; }
p { color: rgb(144,28,127); }
H1.HeaderClassName
{
color: #901C7F;
}
.AnyTagClassName
{
color: #901C7F;
}
</style>
background-color css
<style>
a { background-color: #901C7F; }
a { background-color: rgb(144,28,127); }
div.DivClassName
{
background-color: #901C7F;
}
.BgClassName
{
background-color: #901C7F;
}
</style>
border-color css
<style>
span { border-color: #901C7F; }
span { border-color: rgb(144,28,127); }
td.TdClassName
{
border-color: #901C7F;
}
.TagClassName
{
border-color: #901C7F;
}
</style>