Shades of Dark Purple #751E7D
Tints of Dark Purple #751E7D
RGB
CMYK
RGB Variations
Color information
#751E7D (or 0x751E7D) is known color: Dark Purple. HEX triplet: 75, 1E and 7D. RGB value is (117,30,125). Sum of RGB (Red+Green+Blue) = 117+30+125=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #751E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E7D is #8AE182. Grayscale: #424242. Windows color (decimal): -9101699 or 8199797. OLE color: 8199797.
HSL color Cylindrical-coordinate representation of color #751E7D: hue angle of 294.95º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751E7D is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 30 | 125 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.51 |
| HSL | 294.95º | 0.61% | 0.3% | - |
| HSV(B) | 294.95º | 0.76% | 0.49% | - |
| XYZ | 11.5 | 6.19 | 19.99 | - |
| YUV | 66.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 125 | 0.06 | 0.76 | 0 | 0.51 | 294.95 | 0.61 | 0.3 |
| Hex | 75 | 1E | 7D | 6 | 4C | 0 | 33 | 127 | 3D | 1E |
| Octal | 165 | 36 | 175 | 6 | 114 | 0 | 63 | 447 | 75 | 36 |
| Binary | 1110101 | 11110 | 1111101 | 110 | 1001100 | 0 | 110011 | 100100111 | 111101 | 11110 |
Color Harmonies of #751E7D
Complementary color
Monochromatic Colors of #751E7D
Black with #751E7D
Text Example
Text Example
White with #751E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E7D; }
p { color: rgb(117,30,125); }
H1.HeaderClassName
{
color: #751E7D;
}
.AnyTagClassName
{
color: #751E7D;
}
</style>
background-color css
<style>
a { background-color: #751E7D; }
a { background-color: rgb(117,30,125); }
div.DivClassName
{
background-color: #751E7D;
}
.BgClassName
{
background-color: #751E7D;
}
</style>
border-color css
<style>
span { border-color: #751E7D; }
span { border-color: rgb(117,30,125); }
td.TdClassName
{
border-color: #751E7D;
}
.TagClassName
{
border-color: #751E7D;
}
</style>