Shades of Dark Purple #751E6E
Tints of Dark Purple #751E6E
RGB
CMYK
RGB Variations
Color information
#751E6E (or 0x751E6E) is known color: Dark Purple. HEX triplet: 75, 1E and 6E. RGB value is (117,30,110). Sum of RGB (Red+Green+Blue) = 117+30+110=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #751E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E6E is #8AE191. Grayscale: #404040. Windows color (decimal): -9101714 or 7216757. OLE color: 7216757.
HSL color Cylindrical-coordinate representation of color #751E6E: hue angle of 304.83º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E6E is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 110 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.54 |
| HSL | 304.83º | 0.59% | 0.29% | - |
| HSV(B) | 304.83º | 0.74% | 0.46% | - |
| XYZ | 10.61 | 5.84 | 15.32 | - |
| YUV | 65.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 110 | 0 | 0.74 | 0.06 | 0.54 | 304.83 | 0.59 | 0.29 |
| Hex | 75 | 1E | 6E | 0 | 4A | 6 | 36 | 131 | 3B | 1D |
| Octal | 165 | 36 | 156 | 0 | 112 | 6 | 66 | 461 | 73 | 35 |
| Binary | 1110101 | 11110 | 1101110 | 0 | 1001010 | 110 | 110110 | 100110001 | 111011 | 11101 |
Color Harmonies of #751E6E
Complementary color
Monochromatic Colors of #751E6E
Black with #751E6E
Text Example
Text Example
White with #751E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E6E; }
p { color: rgb(117,30,110); }
H1.HeaderClassName
{
color: #751E6E;
}
.AnyTagClassName
{
color: #751E6E;
}
</style>
background-color css
<style>
a { background-color: #751E6E; }
a { background-color: rgb(117,30,110); }
div.DivClassName
{
background-color: #751E6E;
}
.BgClassName
{
background-color: #751E6E;
}
</style>
border-color css
<style>
span { border-color: #751E6E; }
span { border-color: rgb(117,30,110); }
td.TdClassName
{
border-color: #751E6E;
}
.TagClassName
{
border-color: #751E6E;
}
</style>