Shades of Dark Purple #751D73
Tints of Dark Purple #751D73
RGB
CMYK
RGB Variations
Color information
#751D73 (or 0x751D73) is known color: Dark Purple. HEX triplet: 75, 1D and 73. RGB value is (117,29,115). Sum of RGB (Red+Green+Blue) = 117+29+115=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #751D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D73 is #8AE28C. Grayscale: #404040. Windows color (decimal): -9101965 or 7544181. OLE color: 7544181.
HSL color Cylindrical-coordinate representation of color #751D73: hue angle of 301.36º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D73 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 115 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.54 |
| HSL | 301.36º | 0.6% | 0.29% | - |
| HSV(B) | 301.36º | 0.75% | 0.46% | - |
| XYZ | 10.87 | 5.9 | 16.79 | - |
| YUV | 65.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 115 | 0 | 0.75 | 0.02 | 0.54 | 301.36 | 0.6 | 0.29 |
| Hex | 75 | 1D | 73 | 0 | 4B | 2 | 36 | 12D | 3C | 1D |
| Octal | 165 | 35 | 163 | 0 | 113 | 2 | 66 | 455 | 74 | 35 |
| Binary | 1110101 | 11101 | 1110011 | 0 | 1001011 | 10 | 110110 | 100101101 | 111100 | 11101 |
Color Harmonies of #751D73
Complementary color
Monochromatic Colors of #751D73
Black with #751D73
Text Example
Text Example
White with #751D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D73; }
p { color: rgb(117,29,115); }
H1.HeaderClassName
{
color: #751D73;
}
.AnyTagClassName
{
color: #751D73;
}
</style>
background-color css
<style>
a { background-color: #751D73; }
a { background-color: rgb(117,29,115); }
div.DivClassName
{
background-color: #751D73;
}
.BgClassName
{
background-color: #751D73;
}
</style>
border-color css
<style>
span { border-color: #751D73; }
span { border-color: rgb(117,29,115); }
td.TdClassName
{
border-color: #751D73;
}
.TagClassName
{
border-color: #751D73;
}
</style>