Shades of Dark Purple #751F76
Tints of Dark Purple #751F76
RGB
CMYK
RGB Variations
Color information
#751F76 (or 0x751F76) is known color: Dark Purple. HEX triplet: 75, 1F and 76. RGB value is (117,31,118). Sum of RGB (Red+Green+Blue) = 117+31+118=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #751F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751F76 is #8AE089. Grayscale: #424242. Windows color (decimal): -9101450 or 7741301. OLE color: 7741301.
HSL color Cylindrical-coordinate representation of color #751F76: hue angle of 299.31º degrees, saturation: 0.58, 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 #751F76 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 118 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.54 |
| HSL | 299.31º | 0.58% | 0.29% | - |
| HSV(B) | 299.31º | 0.74% | 0.46% | - |
| XYZ | 11.1 | 6.07 | 17.73 | - |
| YUV | 66.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 118 | 0.01 | 0.74 | 0 | 0.54 | 299.31 | 0.58 | 0.29 |
| Hex | 75 | 1F | 76 | 1 | 4A | 0 | 36 | 12B | 3A | 1D |
| Octal | 165 | 37 | 166 | 1 | 112 | 0 | 66 | 453 | 72 | 35 |
| Binary | 1110101 | 11111 | 1110110 | 1 | 1001010 | 0 | 110110 | 100101011 | 111010 | 11101 |
Color Harmonies of #751F76
Complementary color
Monochromatic Colors of #751F76
Black with #751F76
Text Example
Text Example
White with #751F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F76; }
p { color: rgb(117,31,118); }
H1.HeaderClassName
{
color: #751F76;
}
.AnyTagClassName
{
color: #751F76;
}
</style>
background-color css
<style>
a { background-color: #751F76; }
a { background-color: rgb(117,31,118); }
div.DivClassName
{
background-color: #751F76;
}
.BgClassName
{
background-color: #751F76;
}
</style>
border-color css
<style>
span { border-color: #751F76; }
span { border-color: rgb(117,31,118); }
td.TdClassName
{
border-color: #751F76;
}
.TagClassName
{
border-color: #751F76;
}
</style>