Shades of Purple #750A70
Tints of Purple #750A70
RGB
CMYK
RGB Variations
Color information
#750A70 (or 0x750A70) is known color: Purple. HEX triplet: 75, 0A and 70. RGB value is (117,10,112). Sum of RGB (Red+Green+Blue) = 117+10+112=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #750A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A70 is #8AF58F. Grayscale: #353535. Windows color (decimal): -9106832 or 7342709. OLE color: 7342709.
HSL color Cylindrical-coordinate representation of color #750A70: hue angle of 302.8º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A70 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 112 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.54 |
| HSL | 302.8º | 0.84% | 0.25% | - |
| HSV(B) | 302.8º | 0.91% | 0.46% | - |
| XYZ | 10.37 | 5.17 | 15.78 | - |
| YUV | 53.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 112 | 0 | 0.91 | 0.04 | 0.54 | 302.8 | 0.84 | 0.25 |
| Hex | 75 | A | 70 | 0 | 5B | 4 | 36 | 12F | 54 | 19 |
| Octal | 165 | 12 | 160 | 0 | 133 | 4 | 66 | 457 | 124 | 31 |
| Binary | 1110101 | 1010 | 1110000 | 0 | 1011011 | 100 | 110110 | 100101111 | 1010100 | 11001 |
Color Harmonies of #750A70
Complementary color
Monochromatic Colors of #750A70
Black with #750A70
Text Example
Text Example
White with #750A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A70; }
p { color: rgb(117,10,112); }
H1.HeaderClassName
{
color: #750A70;
}
.AnyTagClassName
{
color: #750A70;
}
</style>
background-color css
<style>
a { background-color: #750A70; }
a { background-color: rgb(117,10,112); }
div.DivClassName
{
background-color: #750A70;
}
.BgClassName
{
background-color: #750A70;
}
</style>
border-color css
<style>
span { border-color: #750A70; }
span { border-color: rgb(117,10,112); }
td.TdClassName
{
border-color: #750A70;
}
.TagClassName
{
border-color: #750A70;
}
</style>