Shades of Dark Purple #751170
Tints of Dark Purple #751170
RGB
CMYK
RGB Variations
Color information
#751170 (or 0x751170) is known color: Dark Purple. HEX triplet: 75, 11 and 70. RGB value is (117,17,112). Sum of RGB (Red+Green+Blue) = 117+17+112=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #751170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751170 is #8AEE8F. Grayscale: #393939. Windows color (decimal): -9105040 or 7344501. OLE color: 7344501.
HSL color Cylindrical-coordinate representation of color #751170: hue angle of 303º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751170 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 112 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.54 |
| HSL | 303º | 0.75% | 0.26% | - |
| HSV(B) | 303º | 0.85% | 0.46% | - |
| XYZ | 10.46 | 5.35 | 15.81 | - |
| YUV | 57.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 112 | 0 | 0.85 | 0.04 | 0.54 | 303 | 0.75 | 0.26 |
| Hex | 75 | 11 | 70 | 0 | 55 | 4 | 36 | 12F | 4B | 1A |
| Octal | 165 | 21 | 160 | 0 | 125 | 4 | 66 | 457 | 113 | 32 |
| Binary | 1110101 | 10001 | 1110000 | 0 | 1010101 | 100 | 110110 | 100101111 | 1001011 | 11010 |
Color Harmonies of #751170
Complementary color
Monochromatic Colors of #751170
Black with #751170
Text Example
Text Example
White with #751170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751170; }
p { color: rgb(117,17,112); }
H1.HeaderClassName
{
color: #751170;
}
.AnyTagClassName
{
color: #751170;
}
</style>
background-color css
<style>
a { background-color: #751170; }
a { background-color: rgb(117,17,112); }
div.DivClassName
{
background-color: #751170;
}
.BgClassName
{
background-color: #751170;
}
</style>
border-color css
<style>
span { border-color: #751170; }
span { border-color: rgb(117,17,112); }
td.TdClassName
{
border-color: #751170;
}
.TagClassName
{
border-color: #751170;
}
</style>