Shades of Dark Purple #751E76
Tints of Dark Purple #751E76
RGB
CMYK
RGB Variations
Color information
#751E76 (or 0x751E76) is known color: Dark Purple. HEX triplet: 75, 1E and 76. RGB value is (117,30,118). Sum of RGB (Red+Green+Blue) = 117+30+118=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #751E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E76 is #8AE189. Grayscale: #414141. Windows color (decimal): -9101706 or 7741045. OLE color: 7741045.
HSL color Cylindrical-coordinate representation of color #751E76: hue angle of 299.32º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751E76 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 118 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.54 |
| HSL | 299.32º | 0.59% | 0.29% | - |
| HSV(B) | 299.32º | 0.75% | 0.46% | - |
| XYZ | 11.07 | 6.02 | 17.72 | - |
| YUV | 66.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 118 | 0.01 | 0.75 | 0 | 0.54 | 299.32 | 0.59 | 0.29 |
| Hex | 75 | 1E | 76 | 1 | 4B | 0 | 36 | 12B | 3B | 1D |
| Octal | 165 | 36 | 166 | 1 | 113 | 0 | 66 | 453 | 73 | 35 |
| Binary | 1110101 | 11110 | 1110110 | 1 | 1001011 | 0 | 110110 | 100101011 | 111011 | 11101 |
Color Harmonies of #751E76
Complementary color
Monochromatic Colors of #751E76
Black with #751E76
Text Example
Text Example
White with #751E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E76; }
p { color: rgb(117,30,118); }
H1.HeaderClassName
{
color: #751E76;
}
.AnyTagClassName
{
color: #751E76;
}
</style>
background-color css
<style>
a { background-color: #751E76; }
a { background-color: rgb(117,30,118); }
div.DivClassName
{
background-color: #751E76;
}
.BgClassName
{
background-color: #751E76;
}
</style>
border-color css
<style>
span { border-color: #751E76; }
span { border-color: rgb(117,30,118); }
td.TdClassName
{
border-color: #751E76;
}
.TagClassName
{
border-color: #751E76;
}
</style>