Shades of Dark Purple #751F73
Tints of Dark Purple #751F73
RGB
CMYK
RGB Variations
Color information
#751F73 (or 0x751F73) is known color: Dark Purple. HEX triplet: 75, 1F and 73. RGB value is (117,31,115). Sum of RGB (Red+Green+Blue) = 117+31+115=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #751F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751F73 is #8AE08C. Grayscale: #424242. Windows color (decimal): -9101453 or 7544693. OLE color: 7544693.
HSL color Cylindrical-coordinate representation of color #751F73: hue angle of 301.4º 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 #751F73 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 115 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.54 |
| HSL | 301.4º | 0.58% | 0.29% | - |
| HSV(B) | 301.4º | 0.74% | 0.46% | - |
| XYZ | 10.92 | 6 | 16.8 | - |
| YUV | 66.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 115 | 0 | 0.74 | 0.02 | 0.54 | 301.4 | 0.58 | 0.29 |
| Hex | 75 | 1F | 73 | 0 | 4A | 2 | 36 | 12D | 3A | 1D |
| Octal | 165 | 37 | 163 | 0 | 112 | 2 | 66 | 455 | 72 | 35 |
| Binary | 1110101 | 11111 | 1110011 | 0 | 1001010 | 10 | 110110 | 100101101 | 111010 | 11101 |
Color Harmonies of #751F73
Complementary color
Monochromatic Colors of #751F73
Black with #751F73
Text Example
Text Example
White with #751F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F73; }
p { color: rgb(117,31,115); }
H1.HeaderClassName
{
color: #751F73;
}
.AnyTagClassName
{
color: #751F73;
}
</style>
background-color css
<style>
a { background-color: #751F73; }
a { background-color: rgb(117,31,115); }
div.DivClassName
{
background-color: #751F73;
}
.BgClassName
{
background-color: #751F73;
}
</style>
border-color css
<style>
span { border-color: #751F73; }
span { border-color: rgb(117,31,115); }
td.TdClassName
{
border-color: #751F73;
}
.TagClassName
{
border-color: #751F73;
}
</style>