Shades of Dark Purple #750D68
Tints of Dark Purple #750D68
RGB
CMYK
RGB Variations
Color information
#750D68 (or 0x750D68) is known color: Dark Purple. HEX triplet: 75, 0D and 68. RGB value is (117,13,104). Sum of RGB (Red+Green+Blue) = 117+13+104=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D68 is #8AF297. Grayscale: #363636. Windows color (decimal): -9106072 or 6819189. OLE color: 6819189.
HSL color Cylindrical-coordinate representation of color #750D68: hue angle of 307.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D68 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 104 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.54 |
| HSL | 307.5º | 0.8% | 0.25% | - |
| HSV(B) | 307.5º | 0.89% | 0.46% | - |
| XYZ | 9.98 | 5.07 | 13.55 | - |
| YUV | 54.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 104 | 0 | 0.89 | 0.11 | 0.54 | 307.5 | 0.8 | 0.25 |
| Hex | 75 | D | 68 | 0 | 59 | B | 36 | 134 | 50 | 19 |
| Octal | 165 | 15 | 150 | 0 | 131 | 13 | 66 | 464 | 120 | 31 |
| Binary | 1110101 | 1101 | 1101000 | 0 | 1011001 | 1011 | 110110 | 100110100 | 1010000 | 11001 |
Color Harmonies of #750D68
Complementary color
Monochromatic Colors of #750D68
Black with #750D68
Text Example
Text Example
White with #750D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D68; }
p { color: rgb(117,13,104); }
H1.HeaderClassName
{
color: #750D68;
}
.AnyTagClassName
{
color: #750D68;
}
</style>
background-color css
<style>
a { background-color: #750D68; }
a { background-color: rgb(117,13,104); }
div.DivClassName
{
background-color: #750D68;
}
.BgClassName
{
background-color: #750D68;
}
</style>
border-color css
<style>
span { border-color: #750D68; }
span { border-color: rgb(117,13,104); }
td.TdClassName
{
border-color: #750D68;
}
.TagClassName
{
border-color: #750D68;
}
</style>