Shades of Purple #750974
Tints of Purple #750974
RGB
CMYK
RGB Variations
Color information
#750974 (or 0x750974) is known color: Purple. HEX triplet: 75, 09 and 74. RGB value is (117,9,116). Sum of RGB (Red+Green+Blue) = 117+9+116=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #750974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750974 is #8AF68B. Grayscale: #353535. Windows color (decimal): -9107084 or 7604597. OLE color: 7604597.
HSL color Cylindrical-coordinate representation of color #750974: hue angle of 300.56º 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 #750974 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 116 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.54 |
| HSL | 300.56º | 0.86% | 0.25% | - |
| HSV(B) | 300.56º | 0.92% | 0.46% | - |
| XYZ | 10.59 | 5.24 | 16.98 | - |
| YUV | 53.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 116 | 0 | 0.92 | 0.01 | 0.54 | 300.56 | 0.86 | 0.25 |
| Hex | 75 | 9 | 74 | 0 | 5C | 1 | 36 | 12D | 56 | 19 |
| Octal | 165 | 11 | 164 | 0 | 134 | 1 | 66 | 455 | 126 | 31 |
| Binary | 1110101 | 1001 | 1110100 | 0 | 1011100 | 1 | 110110 | 100101101 | 1010110 | 11001 |
Color Harmonies of #750974
Complementary color
Monochromatic Colors of #750974
Black with #750974
Text Example
Text Example
White with #750974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750974; }
p { color: rgb(117,9,116); }
H1.HeaderClassName
{
color: #750974;
}
.AnyTagClassName
{
color: #750974;
}
</style>
background-color css
<style>
a { background-color: #750974; }
a { background-color: rgb(117,9,116); }
div.DivClassName
{
background-color: #750974;
}
.BgClassName
{
background-color: #750974;
}
</style>
border-color css
<style>
span { border-color: #750974; }
span { border-color: rgb(117,9,116); }
td.TdClassName
{
border-color: #750974;
}
.TagClassName
{
border-color: #750974;
}
</style>