Shades of Dark Purple #751670
Tints of Dark Purple #751670
RGB
CMYK
RGB Variations
Color information
#751670 (or 0x751670) is known color: Dark Purple. HEX triplet: 75, 16 and 70. RGB value is (117,22,112). Sum of RGB (Red+Green+Blue) = 117+22+112=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #751670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751670 is #8AE98F. Grayscale: #3C3C3C. Windows color (decimal): -9103760 or 7345781. OLE color: 7345781.
HSL color Cylindrical-coordinate representation of color #751670: hue angle of 303.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751670 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 112 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.54 |
| HSL | 303.16º | 0.68% | 0.27% | - |
| HSV(B) | 303.16º | 0.81% | 0.46% | - |
| XYZ | 10.55 | 5.53 | 15.84 | - |
| YUV | 60.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 112 | 0 | 0.81 | 0.04 | 0.54 | 303.16 | 0.68 | 0.27 |
| Hex | 75 | 16 | 70 | 0 | 51 | 4 | 36 | 12F | 44 | 1B |
| Octal | 165 | 26 | 160 | 0 | 121 | 4 | 66 | 457 | 104 | 33 |
| Binary | 1110101 | 10110 | 1110000 | 0 | 1010001 | 100 | 110110 | 100101111 | 1000100 | 11011 |
Color Harmonies of #751670
Complementary color
Monochromatic Colors of #751670
Black with #751670
Text Example
Text Example
White with #751670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751670; }
p { color: rgb(117,22,112); }
H1.HeaderClassName
{
color: #751670;
}
.AnyTagClassName
{
color: #751670;
}
</style>
background-color css
<style>
a { background-color: #751670; }
a { background-color: rgb(117,22,112); }
div.DivClassName
{
background-color: #751670;
}
.BgClassName
{
background-color: #751670;
}
</style>
border-color css
<style>
span { border-color: #751670; }
span { border-color: rgb(117,22,112); }
td.TdClassName
{
border-color: #751670;
}
.TagClassName
{
border-color: #751670;
}
</style>