Shades of Dark Purple #731975
Tints of Dark Purple #731975
RGB
CMYK
RGB Variations
Color information
#731975 (or 0x731975) is known color: Dark Purple. HEX triplet: 73, 19 and 75. RGB value is (115,25,117). Sum of RGB (Red+Green+Blue) = 115+25+117=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #731975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731975 is #8CE68A. Grayscale: #3E3E3E. Windows color (decimal): -9234059 or 7674227. OLE color: 7674227.
HSL color Cylindrical-coordinate representation of color #731975: hue angle of 298.7º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731975 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 25 | 117 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.54 |
| HSL | 298.7º | 0.65% | 0.28% | - |
| HSV(B) | 298.7º | 0.79% | 0.46% | - |
| XYZ | 10.63 | 5.62 | 17.36 | - |
| YUV | 62.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 117 | 0.02 | 0.79 | 0 | 0.54 | 298.7 | 0.65 | 0.28 |
| Hex | 73 | 19 | 75 | 2 | 4F | 0 | 36 | 12B | 41 | 1C |
| Octal | 163 | 31 | 165 | 2 | 117 | 0 | 66 | 453 | 101 | 34 |
| Binary | 1110011 | 11001 | 1110101 | 10 | 1001111 | 0 | 110110 | 100101011 | 1000001 | 11100 |
Color Harmonies of #731975
Complementary color
Monochromatic Colors of #731975
Black with #731975
Text Example
Text Example
White with #731975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731975; }
p { color: rgb(115,25,117); }
H1.HeaderClassName
{
color: #731975;
}
.AnyTagClassName
{
color: #731975;
}
</style>
background-color css
<style>
a { background-color: #731975; }
a { background-color: rgb(115,25,117); }
div.DivClassName
{
background-color: #731975;
}
.BgClassName
{
background-color: #731975;
}
</style>
border-color css
<style>
span { border-color: #731975; }
span { border-color: rgb(115,25,117); }
td.TdClassName
{
border-color: #731975;
}
.TagClassName
{
border-color: #731975;
}
</style>