Shades of Dark Purple #751D70
Tints of Dark Purple #751D70
RGB
CMYK
RGB Variations
Color information
#751D70 (or 0x751D70) is known color: Dark Purple. HEX triplet: 75, 1D and 70. RGB value is (117,29,112). Sum of RGB (Red+Green+Blue) = 117+29+112=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #751D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D70 is #8AE28F. Grayscale: #404040. Windows color (decimal): -9101968 or 7347573. OLE color: 7347573.
HSL color Cylindrical-coordinate representation of color #751D70: hue angle of 303.41º 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 #751D70 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 112 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.54 |
| HSL | 303.41º | 0.6% | 0.29% | - |
| HSV(B) | 303.41º | 0.75% | 0.46% | - |
| XYZ | 10.7 | 5.83 | 15.89 | - |
| YUV | 64.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 112 | 0 | 0.75 | 0.04 | 0.54 | 303.41 | 0.6 | 0.29 |
| Hex | 75 | 1D | 70 | 0 | 4B | 4 | 36 | 12F | 3C | 1D |
| Octal | 165 | 35 | 160 | 0 | 113 | 4 | 66 | 457 | 74 | 35 |
| Binary | 1110101 | 11101 | 1110000 | 0 | 1001011 | 100 | 110110 | 100101111 | 111100 | 11101 |
Color Harmonies of #751D70
Complementary color
Monochromatic Colors of #751D70
Black with #751D70
Text Example
Text Example
White with #751D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D70; }
p { color: rgb(117,29,112); }
H1.HeaderClassName
{
color: #751D70;
}
.AnyTagClassName
{
color: #751D70;
}
</style>
background-color css
<style>
a { background-color: #751D70; }
a { background-color: rgb(117,29,112); }
div.DivClassName
{
background-color: #751D70;
}
.BgClassName
{
background-color: #751D70;
}
</style>
border-color css
<style>
span { border-color: #751D70; }
span { border-color: rgb(117,29,112); }
td.TdClassName
{
border-color: #751D70;
}
.TagClassName
{
border-color: #751D70;
}
</style>