Shades of Dark Purple #751E7C
Tints of Dark Purple #751E7C
RGB
CMYK
RGB Variations
Color information
#751E7C (or 0x751E7C) is known color: Dark Purple. HEX triplet: 75, 1E and 7C. RGB value is (117,30,124). Sum of RGB (Red+Green+Blue) = 117+30+124=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #751E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E7C is #8AE183. Grayscale: #424242. Windows color (decimal): -9101700 or 8134261. OLE color: 8134261.
HSL color Cylindrical-coordinate representation of color #751E7C: hue angle of 295.53º 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 #751E7C is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 30 | 124 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.51 |
| HSL | 295.53º | 0.61% | 0.3% | - |
| HSV(B) | 295.53º | 0.76% | 0.49% | - |
| XYZ | 11.44 | 6.17 | 19.66 | - |
| YUV | 66.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 124 | 0.06 | 0.76 | 0 | 0.51 | 295.53 | 0.61 | 0.3 |
| Hex | 75 | 1E | 7C | 6 | 4C | 0 | 33 | 128 | 3D | 1E |
| Octal | 165 | 36 | 174 | 6 | 114 | 0 | 63 | 450 | 75 | 36 |
| Binary | 1110101 | 11110 | 1111100 | 110 | 1001100 | 0 | 110011 | 100101000 | 111101 | 11110 |
Color Harmonies of #751E7C
Complementary color
Monochromatic Colors of #751E7C
Black with #751E7C
Text Example
Text Example
White with #751E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E7C; }
p { color: rgb(117,30,124); }
H1.HeaderClassName
{
color: #751E7C;
}
.AnyTagClassName
{
color: #751E7C;
}
</style>
background-color css
<style>
a { background-color: #751E7C; }
a { background-color: rgb(117,30,124); }
div.DivClassName
{
background-color: #751E7C;
}
.BgClassName
{
background-color: #751E7C;
}
</style>
border-color css
<style>
span { border-color: #751E7C; }
span { border-color: rgb(117,30,124); }
td.TdClassName
{
border-color: #751E7C;
}
.TagClassName
{
border-color: #751E7C;
}
</style>