Shades of Dark Purple #751F70
Tints of Dark Purple #751F70
RGB
CMYK
RGB Variations
Color information
#751F70 (or 0x751F70) is known color: Dark Purple. HEX triplet: 75, 1F and 70. RGB value is (117,31,112). Sum of RGB (Red+Green+Blue) = 117+31+112=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #751F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751F70 is #8AE08F. Grayscale: #414141. Windows color (decimal): -9101456 or 7348085. OLE color: 7348085.
HSL color Cylindrical-coordinate representation of color #751F70: hue angle of 303.49º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F70 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 112 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.54 |
| HSL | 303.49º | 0.58% | 0.29% | - |
| HSV(B) | 303.49º | 0.74% | 0.46% | - |
| XYZ | 10.75 | 5.93 | 15.91 | - |
| YUV | 65.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 112 | 0 | 0.74 | 0.04 | 0.54 | 303.49 | 0.58 | 0.29 |
| Hex | 75 | 1F | 70 | 0 | 4A | 4 | 36 | 12F | 3A | 1D |
| Octal | 165 | 37 | 160 | 0 | 112 | 4 | 66 | 457 | 72 | 35 |
| Binary | 1110101 | 11111 | 1110000 | 0 | 1001010 | 100 | 110110 | 100101111 | 111010 | 11101 |
Color Harmonies of #751F70
Complementary color
Monochromatic Colors of #751F70
Black with #751F70
Text Example
Text Example
White with #751F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F70; }
p { color: rgb(117,31,112); }
H1.HeaderClassName
{
color: #751F70;
}
.AnyTagClassName
{
color: #751F70;
}
</style>
background-color css
<style>
a { background-color: #751F70; }
a { background-color: rgb(117,31,112); }
div.DivClassName
{
background-color: #751F70;
}
.BgClassName
{
background-color: #751F70;
}
</style>
border-color css
<style>
span { border-color: #751F70; }
span { border-color: rgb(117,31,112); }
td.TdClassName
{
border-color: #751F70;
}
.TagClassName
{
border-color: #751F70;
}
</style>