Shades of Dark Magenta #750198
Tints of Dark Magenta #750198
RGB
CMYK
RGB Variations
Color information
#750198 (or 0x750198) is known color: Dark Magenta. HEX triplet: 75, 01 and 98. RGB value is (117,1,152). Sum of RGB (Red+Green+Blue) = 117+1+152=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #750198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750198 is #8AFE67. Grayscale: #343434. Windows color (decimal): -9109096 or 9961845. OLE color: 9961845.
HSL color Cylindrical-coordinate representation of color #750198: hue angle of 286.09º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750198 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 1 | 152 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.40 |
| HSL | 286.09º | 0.99% | 0.3% | - |
| HSV(B) | 286.09º | 0.99% | 0.6% | - |
| XYZ | 13.01 | 6.07 | 30.19 | - |
| YUV | 52.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 152 | 0.23 | 0.99 | 0 | 0.40 | 286.09 | 0.99 | 0.3 |
| Hex | 75 | 1 | 98 | 17 | 63 | 0 | 28 | 11E | 63 | 1E |
| Octal | 165 | 1 | 230 | 27 | 143 | 0 | 50 | 436 | 143 | 36 |
| Binary | 1110101 | 1 | 10011000 | 10111 | 1100011 | 0 | 101000 | 100011110 | 1100011 | 11110 |
Color Harmonies of #750198
Complementary color
Monochromatic Colors of #750198
Black with #750198
Text Example
Text Example
White with #750198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750198; }
p { color: rgb(117,1,152); }
H1.HeaderClassName
{
color: #750198;
}
.AnyTagClassName
{
color: #750198;
}
</style>
background-color css
<style>
a { background-color: #750198; }
a { background-color: rgb(117,1,152); }
div.DivClassName
{
background-color: #750198;
}
.BgClassName
{
background-color: #750198;
}
</style>
border-color css
<style>
span { border-color: #750198; }
span { border-color: rgb(117,1,152); }
td.TdClassName
{
border-color: #750198;
}
.TagClassName
{
border-color: #750198;
}
</style>