Shades of Dark Purple #751870
Tints of Dark Purple #751870
RGB
CMYK
RGB Variations
Color information
#751870 (or 0x751870) is known color: Dark Purple. HEX triplet: 75, 18 and 70. RGB value is (117,24,112). Sum of RGB (Red+Green+Blue) = 117+24+112=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #751870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751870 is #8AE78F. Grayscale: #3D3D3D. Windows color (decimal): -9103248 or 7346293. OLE color: 7346293.
HSL color Cylindrical-coordinate representation of color #751870: hue angle of 303.23º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751870 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 112 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.54 |
| HSL | 303.23º | 0.66% | 0.28% | - |
| HSV(B) | 303.23º | 0.79% | 0.46% | - |
| XYZ | 10.59 | 5.61 | 15.85 | - |
| YUV | 61.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 112 | 0 | 0.79 | 0.04 | 0.54 | 303.23 | 0.66 | 0.28 |
| Hex | 75 | 18 | 70 | 0 | 4F | 4 | 36 | 12F | 42 | 1C |
| Octal | 165 | 30 | 160 | 0 | 117 | 4 | 66 | 457 | 102 | 34 |
| Binary | 1110101 | 11000 | 1110000 | 0 | 1001111 | 100 | 110110 | 100101111 | 1000010 | 11100 |
Color Harmonies of #751870
Complementary color
Monochromatic Colors of #751870
Black with #751870
Text Example
Text Example
White with #751870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751870; }
p { color: rgb(117,24,112); }
H1.HeaderClassName
{
color: #751870;
}
.AnyTagClassName
{
color: #751870;
}
</style>
background-color css
<style>
a { background-color: #751870; }
a { background-color: rgb(117,24,112); }
div.DivClassName
{
background-color: #751870;
}
.BgClassName
{
background-color: #751870;
}
</style>
border-color css
<style>
span { border-color: #751870; }
span { border-color: rgb(117,24,112); }
td.TdClassName
{
border-color: #751870;
}
.TagClassName
{
border-color: #751870;
}
</style>