Shades of Dark Purple #751371
Tints of Dark Purple #751371
RGB
CMYK
RGB Variations
Color information
#751371 (or 0x751371) is known color: Dark Purple. HEX triplet: 75, 13 and 71. RGB value is (117,19,113). Sum of RGB (Red+Green+Blue) = 117+19+113=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #751371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751371 is #8AEC8E. Grayscale: #3A3A3A. Windows color (decimal): -9104527 or 7410549. OLE color: 7410549.
HSL color Cylindrical-coordinate representation of color #751371: hue angle of 302.45º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751371 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 113 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.54 |
| HSL | 302.45º | 0.72% | 0.27% | - |
| HSV(B) | 302.45º | 0.84% | 0.46% | - |
| XYZ | 10.55 | 5.44 | 16.12 | - |
| YUV | 59.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 113 | 0 | 0.84 | 0.03 | 0.54 | 302.45 | 0.72 | 0.27 |
| Hex | 75 | 13 | 71 | 0 | 54 | 3 | 36 | 12E | 48 | 1B |
| Octal | 165 | 23 | 161 | 0 | 124 | 3 | 66 | 456 | 110 | 33 |
| Binary | 1110101 | 10011 | 1110001 | 0 | 1010100 | 11 | 110110 | 100101110 | 1001000 | 11011 |
Color Harmonies of #751371
Complementary color
Monochromatic Colors of #751371
Black with #751371
Text Example
Text Example
White with #751371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751371; }
p { color: rgb(117,19,113); }
H1.HeaderClassName
{
color: #751371;
}
.AnyTagClassName
{
color: #751371;
}
</style>
background-color css
<style>
a { background-color: #751371; }
a { background-color: rgb(117,19,113); }
div.DivClassName
{
background-color: #751371;
}
.BgClassName
{
background-color: #751371;
}
</style>
border-color css
<style>
span { border-color: #751371; }
span { border-color: rgb(117,19,113); }
td.TdClassName
{
border-color: #751371;
}
.TagClassName
{
border-color: #751371;
}
</style>