Shades of Dark Purple #731974
Tints of Dark Purple #731974
RGB
CMYK
RGB Variations
Color information
#731974 (or 0x731974) is known color: Dark Purple. HEX triplet: 73, 19 and 74. RGB value is (115,25,116). Sum of RGB (Red+Green+Blue) = 115+25+116=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #731974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731974 is #8CE68B. Grayscale: #3E3E3E. Windows color (decimal): -9234060 or 7608691. OLE color: 7608691.
HSL color Cylindrical-coordinate representation of color #731974: hue angle of 299.34º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731974 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 116 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.55 |
| HSL | 299.34º | 0.65% | 0.28% | - |
| HSV(B) | 299.34º | 0.78% | 0.45% | - |
| XYZ | 10.57 | 5.6 | 17.05 | - |
| YUV | 62.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 116 | 0.01 | 0.78 | 0 | 0.55 | 299.34 | 0.65 | 0.28 |
| Hex | 73 | 19 | 74 | 1 | 4E | 0 | 37 | 12B | 41 | 1C |
| Octal | 163 | 31 | 164 | 1 | 116 | 0 | 67 | 453 | 101 | 34 |
| Binary | 1110011 | 11001 | 1110100 | 1 | 1001110 | 0 | 110111 | 100101011 | 1000001 | 11100 |
Color Harmonies of #731974
Complementary color
Monochromatic Colors of #731974
Black with #731974
Text Example
Text Example
White with #731974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731974; }
p { color: rgb(115,25,116); }
H1.HeaderClassName
{
color: #731974;
}
.AnyTagClassName
{
color: #731974;
}
</style>
background-color css
<style>
a { background-color: #731974; }
a { background-color: rgb(115,25,116); }
div.DivClassName
{
background-color: #731974;
}
.BgClassName
{
background-color: #731974;
}
</style>
border-color css
<style>
span { border-color: #731974; }
span { border-color: rgb(115,25,116); }
td.TdClassName
{
border-color: #731974;
}
.TagClassName
{
border-color: #731974;
}
</style>