Shades of Dark Purple #751E6F
Tints of Dark Purple #751E6F
RGB
CMYK
RGB Variations
Color information
#751E6F (or 0x751E6F) is known color: Dark Purple. HEX triplet: 75, 1E and 6F. RGB value is (117,30,111). Sum of RGB (Red+Green+Blue) = 117+30+111=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #751E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E6F is #8AE190. Grayscale: #414141. Windows color (decimal): -9101713 or 7282293. OLE color: 7282293.
HSL color Cylindrical-coordinate representation of color #751E6F: hue angle of 304.14º 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 #751E6F is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 111 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.54 |
| HSL | 304.14º | 0.59% | 0.29% | - |
| HSV(B) | 304.14º | 0.74% | 0.46% | - |
| XYZ | 10.67 | 5.86 | 15.61 | - |
| YUV | 65.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 111 | 0 | 0.74 | 0.05 | 0.54 | 304.14 | 0.59 | 0.29 |
| Hex | 75 | 1E | 6F | 0 | 4A | 5 | 36 | 130 | 3B | 1D |
| Octal | 165 | 36 | 157 | 0 | 112 | 5 | 66 | 460 | 73 | 35 |
| Binary | 1110101 | 11110 | 1101111 | 0 | 1001010 | 101 | 110110 | 100110000 | 111011 | 11101 |
Color Harmonies of #751E6F
Complementary color
Monochromatic Colors of #751E6F
Black with #751E6F
Text Example
Text Example
White with #751E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E6F; }
p { color: rgb(117,30,111); }
H1.HeaderClassName
{
color: #751E6F;
}
.AnyTagClassName
{
color: #751E6F;
}
</style>
background-color css
<style>
a { background-color: #751E6F; }
a { background-color: rgb(117,30,111); }
div.DivClassName
{
background-color: #751E6F;
}
.BgClassName
{
background-color: #751E6F;
}
</style>
border-color css
<style>
span { border-color: #751E6F; }
span { border-color: rgb(117,30,111); }
td.TdClassName
{
border-color: #751E6F;
}
.TagClassName
{
border-color: #751E6F;
}
</style>