Shades of Dark Purple #751D7F
Tints of Dark Purple #751D7F
RGB
CMYK
RGB Variations
Color information
#751D7F (or 0x751D7F) is known color: Dark Purple. HEX triplet: 75, 1D and 7F. RGB value is (117,29,127). Sum of RGB (Red+Green+Blue) = 117+29+127=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #751D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D7F is #8AE280. Grayscale: #424242. Windows color (decimal): -9101953 or 8330613. OLE color: 8330613.
HSL color Cylindrical-coordinate representation of color #751D7F: hue angle of 293.88º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751D7F is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 29 | 127 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.50 |
| HSL | 293.88º | 0.63% | 0.31% | - |
| HSV(B) | 293.88º | 0.77% | 0.5% | - |
| XYZ | 11.61 | 6.19 | 20.66 | - |
| YUV | 66.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 127 | 0.08 | 0.77 | 0 | 0.50 | 293.88 | 0.63 | 0.31 |
| Hex | 75 | 1D | 7F | 8 | 4D | 0 | 32 | 126 | 3F | 1F |
| Octal | 165 | 35 | 177 | 10 | 115 | 0 | 62 | 446 | 77 | 37 |
| Binary | 1110101 | 11101 | 1111111 | 1000 | 1001101 | 0 | 110010 | 100100110 | 111111 | 11111 |
Color Harmonies of #751D7F
Complementary color
Monochromatic Colors of #751D7F
Black with #751D7F
Text Example
Text Example
White with #751D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D7F; }
p { color: rgb(117,29,127); }
H1.HeaderClassName
{
color: #751D7F;
}
.AnyTagClassName
{
color: #751D7F;
}
</style>
background-color css
<style>
a { background-color: #751D7F; }
a { background-color: rgb(117,29,127); }
div.DivClassName
{
background-color: #751D7F;
}
.BgClassName
{
background-color: #751D7F;
}
</style>
border-color css
<style>
span { border-color: #751D7F; }
span { border-color: rgb(117,29,127); }
td.TdClassName
{
border-color: #751D7F;
}
.TagClassName
{
border-color: #751D7F;
}
</style>