Shades of Dark Purple #751A76
Tints of Dark Purple #751A76
RGB
CMYK
RGB Variations
Color information
#751A76 (or 0x751A76) is known color: Dark Purple. HEX triplet: 75, 1A and 76. RGB value is (117,26,118). Sum of RGB (Red+Green+Blue) = 117+26+118=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #751A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A76 is #8AE589. Grayscale: #3F3F3F. Windows color (decimal): -9102730 or 7740021. OLE color: 7740021.
HSL color Cylindrical-coordinate representation of color #751A76: hue angle of 299.35º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A76 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 118 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.54 |
| HSL | 299.35º | 0.64% | 0.28% | - |
| HSV(B) | 299.35º | 0.78% | 0.46% | - |
| XYZ | 10.98 | 5.83 | 17.69 | - |
| YUV | 63.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 118 | 0.01 | 0.78 | 0 | 0.54 | 299.35 | 0.64 | 0.28 |
| Hex | 75 | 1A | 76 | 1 | 4E | 0 | 36 | 12B | 40 | 1C |
| Octal | 165 | 32 | 166 | 1 | 116 | 0 | 66 | 453 | 100 | 34 |
| Binary | 1110101 | 11010 | 1110110 | 1 | 1001110 | 0 | 110110 | 100101011 | 1000000 | 11100 |
Color Harmonies of #751A76
Complementary color
Monochromatic Colors of #751A76
Black with #751A76
Text Example
Text Example
White with #751A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A76; }
p { color: rgb(117,26,118); }
H1.HeaderClassName
{
color: #751A76;
}
.AnyTagClassName
{
color: #751A76;
}
</style>
background-color css
<style>
a { background-color: #751A76; }
a { background-color: rgb(117,26,118); }
div.DivClassName
{
background-color: #751A76;
}
.BgClassName
{
background-color: #751A76;
}
</style>
border-color css
<style>
span { border-color: #751A76; }
span { border-color: rgb(117,26,118); }
td.TdClassName
{
border-color: #751A76;
}
.TagClassName
{
border-color: #751A76;
}
</style>