Shades of Dark Purple #75126D
Tints of Dark Purple #75126D
RGB
CMYK
RGB Variations
Color information
#75126D (or 0x75126D) is known color: Dark Purple. HEX triplet: 75, 12 and 6D. RGB value is (117,18,109). Sum of RGB (Red+Green+Blue) = 117+18+109=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75126D is #8AED92. Grayscale: #393939. Windows color (decimal): -9104787 or 7148149. OLE color: 7148149.
HSL color Cylindrical-coordinate representation of color #75126D: hue angle of 304.85º degrees, saturation: 0.73, 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 #75126D is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 109 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.54 |
| HSL | 304.85º | 0.73% | 0.26% | - |
| HSV(B) | 304.85º | 0.85% | 0.46% | - |
| XYZ | 10.31 | 5.32 | 14.95 | - |
| YUV | 57.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 109 | 0 | 0.85 | 0.07 | 0.54 | 304.85 | 0.73 | 0.26 |
| Hex | 75 | 12 | 6D | 0 | 55 | 7 | 36 | 131 | 49 | 1A |
| Octal | 165 | 22 | 155 | 0 | 125 | 7 | 66 | 461 | 111 | 32 |
| Binary | 1110101 | 10010 | 1101101 | 0 | 1010101 | 111 | 110110 | 100110001 | 1001001 | 11010 |
Color Harmonies of #75126D
Complementary color
Monochromatic Colors of #75126D
Black with #75126D
Text Example
Text Example
White with #75126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75126D; }
p { color: rgb(117,18,109); }
H1.HeaderClassName
{
color: #75126D;
}
.AnyTagClassName
{
color: #75126D;
}
</style>
background-color css
<style>
a { background-color: #75126D; }
a { background-color: rgb(117,18,109); }
div.DivClassName
{
background-color: #75126D;
}
.BgClassName
{
background-color: #75126D;
}
</style>
border-color css
<style>
span { border-color: #75126D; }
span { border-color: rgb(117,18,109); }
td.TdClassName
{
border-color: #75126D;
}
.TagClassName
{
border-color: #75126D;
}
</style>