Shades of Dark Purple #751C76
Tints of Dark Purple #751C76
RGB
CMYK
RGB Variations
Color information
#751C76 (or 0x751C76) is known color: Dark Purple. HEX triplet: 75, 1C and 76. RGB value is (117,28,118). Sum of RGB (Red+Green+Blue) = 117+28+118=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #751C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C76 is #8AE389. Grayscale: #404040. Windows color (decimal): -9102218 or 7740533. OLE color: 7740533.
HSL color Cylindrical-coordinate representation of color #751C76: hue angle of 299.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C76 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 118 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.54 |
| HSL | 299.33º | 0.62% | 0.29% | - |
| HSV(B) | 299.33º | 0.76% | 0.46% | - |
| XYZ | 11.02 | 5.92 | 17.7 | - |
| YUV | 64.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 118 | 0.01 | 0.76 | 0 | 0.54 | 299.33 | 0.62 | 0.29 |
| Hex | 75 | 1C | 76 | 1 | 4C | 0 | 36 | 12B | 3E | 1D |
| Octal | 165 | 34 | 166 | 1 | 114 | 0 | 66 | 453 | 76 | 35 |
| Binary | 1110101 | 11100 | 1110110 | 1 | 1001100 | 0 | 110110 | 100101011 | 111110 | 11101 |
Color Harmonies of #751C76
Complementary color
Monochromatic Colors of #751C76
Black with #751C76
Text Example
Text Example
White with #751C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C76; }
p { color: rgb(117,28,118); }
H1.HeaderClassName
{
color: #751C76;
}
.AnyTagClassName
{
color: #751C76;
}
</style>
background-color css
<style>
a { background-color: #751C76; }
a { background-color: rgb(117,28,118); }
div.DivClassName
{
background-color: #751C76;
}
.BgClassName
{
background-color: #751C76;
}
</style>
border-color css
<style>
span { border-color: #751C76; }
span { border-color: rgb(117,28,118); }
td.TdClassName
{
border-color: #751C76;
}
.TagClassName
{
border-color: #751C76;
}
</style>