Shades of Dark Purple #75116D
Tints of Dark Purple #75116D
RGB
CMYK
RGB Variations
Color information
#75116D (or 0x75116D) is known color: Dark Purple. HEX triplet: 75, 11 and 6D. RGB value is (117,17,109). Sum of RGB (Red+Green+Blue) = 117+17+109=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75116D is #8AEE92. Grayscale: #393939. Windows color (decimal): -9105043 or 7147893. OLE color: 7147893.
HSL color Cylindrical-coordinate representation of color #75116D: hue angle of 304.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75116D is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 109 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.54 |
| HSL | 304.8º | 0.75% | 0.26% | - |
| HSV(B) | 304.8º | 0.85% | 0.46% | - |
| XYZ | 10.3 | 5.29 | 14.95 | - |
| YUV | 57.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 109 | 0 | 0.85 | 0.07 | 0.54 | 304.8 | 0.75 | 0.26 |
| Hex | 75 | 11 | 6D | 0 | 55 | 7 | 36 | 131 | 4B | 1A |
| Octal | 165 | 21 | 155 | 0 | 125 | 7 | 66 | 461 | 113 | 32 |
| Binary | 1110101 | 10001 | 1101101 | 0 | 1010101 | 111 | 110110 | 100110001 | 1001011 | 11010 |
Color Harmonies of #75116D
Complementary color
Monochromatic Colors of #75116D
Black with #75116D
Text Example
Text Example
White with #75116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75116D; }
p { color: rgb(117,17,109); }
H1.HeaderClassName
{
color: #75116D;
}
.AnyTagClassName
{
color: #75116D;
}
</style>
background-color css
<style>
a { background-color: #75116D; }
a { background-color: rgb(117,17,109); }
div.DivClassName
{
background-color: #75116D;
}
.BgClassName
{
background-color: #75116D;
}
</style>
border-color css
<style>
span { border-color: #75116D; }
span { border-color: rgb(117,17,109); }
td.TdClassName
{
border-color: #75116D;
}
.TagClassName
{
border-color: #75116D;
}
</style>