Shades of Dark Purple #751F7C
Tints of Dark Purple #751F7C
RGB
CMYK
RGB Variations
Color information
#751F7C (or 0x751F7C) is known color: Dark Purple. HEX triplet: 75, 1F and 7C. RGB value is (117,31,124). Sum of RGB (Red+Green+Blue) = 117+31+124=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #751F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751F7C is #8AE083. Grayscale: #434343. Windows color (decimal): -9101444 or 8134517. OLE color: 8134517.
HSL color Cylindrical-coordinate representation of color #751F7C: hue angle of 295.48º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751F7C is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 31 | 124 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.51 |
| HSL | 295.48º | 0.6% | 0.3% | - |
| HSV(B) | 295.48º | 0.75% | 0.49% | - |
| XYZ | 11.46 | 6.22 | 19.66 | - |
| YUV | 67.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 124 | 0.06 | 0.75 | 0 | 0.51 | 295.48 | 0.6 | 0.3 |
| Hex | 75 | 1F | 7C | 6 | 4B | 0 | 33 | 127 | 3C | 1E |
| Octal | 165 | 37 | 174 | 6 | 113 | 0 | 63 | 447 | 74 | 36 |
| Binary | 1110101 | 11111 | 1111100 | 110 | 1001011 | 0 | 110011 | 100100111 | 111100 | 11110 |
Color Harmonies of #751F7C
Complementary color
Monochromatic Colors of #751F7C
Black with #751F7C
Text Example
Text Example
White with #751F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F7C; }
p { color: rgb(117,31,124); }
H1.HeaderClassName
{
color: #751F7C;
}
.AnyTagClassName
{
color: #751F7C;
}
</style>
background-color css
<style>
a { background-color: #751F7C; }
a { background-color: rgb(117,31,124); }
div.DivClassName
{
background-color: #751F7C;
}
.BgClassName
{
background-color: #751F7C;
}
</style>
border-color css
<style>
span { border-color: #751F7C; }
span { border-color: rgb(117,31,124); }
td.TdClassName
{
border-color: #751F7C;
}
.TagClassName
{
border-color: #751F7C;
}
</style>