Shades of Purple #750F94
Tints of Purple #750F94
RGB
CMYK
RGB Variations
Color information
#750F94 (or 0x750F94) is known color: Purple. HEX triplet: 75, 0F and 94. RGB value is (117,15,148). Sum of RGB (Red+Green+Blue) = 117+15+148=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #750F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F94 is #8AF06B. Grayscale: #3C3C3C. Windows color (decimal): -9105516 or 9703285. OLE color: 9703285.
HSL color Cylindrical-coordinate representation of color #750F94: hue angle of 286.02º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750F94 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 15 | 148 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.42 |
| HSL | 286.02º | 0.82% | 0.32% | - |
| HSV(B) | 286.02º | 0.9% | 0.58% | - |
| XYZ | 12.85 | 6.26 | 28.55 | - |
| YUV | 60.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 148 | 0.21 | 0.90 | 0 | 0.42 | 286.02 | 0.82 | 0.32 |
| Hex | 75 | F | 94 | 15 | 5A | 0 | 2A | 11E | 52 | 20 |
| Octal | 165 | 17 | 224 | 25 | 132 | 0 | 52 | 436 | 122 | 40 |
| Binary | 1110101 | 1111 | 10010100 | 10101 | 1011010 | 0 | 101010 | 100011110 | 1010010 | 100000 |
Color Harmonies of #750F94
Complementary color
Monochromatic Colors of #750F94
Black with #750F94
Text Example
Text Example
White with #750F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F94; }
p { color: rgb(117,15,148); }
H1.HeaderClassName
{
color: #750F94;
}
.AnyTagClassName
{
color: #750F94;
}
</style>
background-color css
<style>
a { background-color: #750F94; }
a { background-color: rgb(117,15,148); }
div.DivClassName
{
background-color: #750F94;
}
.BgClassName
{
background-color: #750F94;
}
</style>
border-color css
<style>
span { border-color: #750F94; }
span { border-color: rgb(117,15,148); }
td.TdClassName
{
border-color: #750F94;
}
.TagClassName
{
border-color: #750F94;
}
</style>