Shades of Purple #750A8E
Tints of Purple #750A8E
RGB
CMYK
RGB Variations
Color information
#750A8E (or 0x750A8E) is known color: Purple. HEX triplet: 75, 0A and 8E. RGB value is (117,10,142). Sum of RGB (Red+Green+Blue) = 117+10+142=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #750A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750A8E is #8AF571. Grayscale: #383838. Windows color (decimal): -9106802 or 9308789. OLE color: 9308789.
HSL color Cylindrical-coordinate representation of color #750A8E: hue angle of 288.64º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750A8E is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 10 | 142 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.44 |
| HSL | 288.64º | 0.87% | 0.3% | - |
| HSV(B) | 288.64º | 0.93% | 0.56% | - |
| XYZ | 12.33 | 5.95 | 26.09 | - |
| YUV | 57.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 142 | 0.18 | 0.93 | 0 | 0.44 | 288.64 | 0.87 | 0.3 |
| Hex | 75 | A | 8E | 12 | 5D | 0 | 2C | 121 | 57 | 1E |
| Octal | 165 | 12 | 216 | 22 | 135 | 0 | 54 | 441 | 127 | 36 |
| Binary | 1110101 | 1010 | 10001110 | 10010 | 1011101 | 0 | 101100 | 100100001 | 1010111 | 11110 |
Color Harmonies of #750A8E
Complementary color
Monochromatic Colors of #750A8E
Black with #750A8E
Text Example
Text Example
White with #750A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A8E; }
p { color: rgb(117,10,142); }
H1.HeaderClassName
{
color: #750A8E;
}
.AnyTagClassName
{
color: #750A8E;
}
</style>
background-color css
<style>
a { background-color: #750A8E; }
a { background-color: rgb(117,10,142); }
div.DivClassName
{
background-color: #750A8E;
}
.BgClassName
{
background-color: #750A8E;
}
</style>
border-color css
<style>
span { border-color: #750A8E; }
span { border-color: rgb(117,10,142); }
td.TdClassName
{
border-color: #750A8E;
}
.TagClassName
{
border-color: #750A8E;
}
</style>