Shades of Purple #750970
Tints of Purple #750970
RGB
CMYK
RGB Variations
Color information
#750970 (or 0x750970) is known color: Purple. HEX triplet: 75, 09 and 70. RGB value is (117,9,112). Sum of RGB (Red+Green+Blue) = 117+9+112=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #750970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750970 is #8AF68F. Grayscale: #343434. Windows color (decimal): -9107088 or 7342453. OLE color: 7342453.
HSL color Cylindrical-coordinate representation of color #750970: hue angle of 302.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750970 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 112 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.54 |
| HSL | 302.78º | 0.86% | 0.25% | - |
| HSV(B) | 302.78º | 0.92% | 0.46% | - |
| XYZ | 10.36 | 5.15 | 15.78 | - |
| YUV | 53.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 112 | 0 | 0.92 | 0.04 | 0.54 | 302.78 | 0.86 | 0.25 |
| Hex | 75 | 9 | 70 | 0 | 5C | 4 | 36 | 12F | 56 | 19 |
| Octal | 165 | 11 | 160 | 0 | 134 | 4 | 66 | 457 | 126 | 31 |
| Binary | 1110101 | 1001 | 1110000 | 0 | 1011100 | 100 | 110110 | 100101111 | 1010110 | 11001 |
Color Harmonies of #750970
Complementary color
Monochromatic Colors of #750970
Black with #750970
Text Example
Text Example
White with #750970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750970; }
p { color: rgb(117,9,112); }
H1.HeaderClassName
{
color: #750970;
}
.AnyTagClassName
{
color: #750970;
}
</style>
background-color css
<style>
a { background-color: #750970; }
a { background-color: rgb(117,9,112); }
div.DivClassName
{
background-color: #750970;
}
.BgClassName
{
background-color: #750970;
}
</style>
border-color css
<style>
span { border-color: #750970; }
span { border-color: rgb(117,9,112); }
td.TdClassName
{
border-color: #750970;
}
.TagClassName
{
border-color: #750970;
}
</style>