Shades of Purple #750992
Tints of Purple #750992
RGB
CMYK
RGB Variations
Color information
#750992 (or 0x750992) is known color: Purple. HEX triplet: 75, 09 and 92. RGB value is (117,9,146). Sum of RGB (Red+Green+Blue) = 117+9+146=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #750992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750992 is #8AF66D. Grayscale: #383838. Windows color (decimal): -9107054 or 9570677. OLE color: 9570677.
HSL color Cylindrical-coordinate representation of color #750992: hue angle of 287.3º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750992 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 9 | 146 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.43 |
| HSL | 287.3º | 0.88% | 0.3% | - |
| HSV(B) | 287.3º | 0.94% | 0.57% | - |
| XYZ | 12.62 | 6.05 | 27.7 | - |
| YUV | 56.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 146 | 0.20 | 0.94 | 0 | 0.43 | 287.3 | 0.88 | 0.3 |
| Hex | 75 | 9 | 92 | 14 | 5E | 0 | 2B | 11F | 58 | 1E |
| Octal | 165 | 11 | 222 | 24 | 136 | 0 | 53 | 437 | 130 | 36 |
| Binary | 1110101 | 1001 | 10010010 | 10100 | 1011110 | 0 | 101011 | 100011111 | 1011000 | 11110 |
Color Harmonies of #750992
Complementary color
Monochromatic Colors of #750992
Black with #750992
Text Example
Text Example
White with #750992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750992; }
p { color: rgb(117,9,146); }
H1.HeaderClassName
{
color: #750992;
}
.AnyTagClassName
{
color: #750992;
}
</style>
background-color css
<style>
a { background-color: #750992; }
a { background-color: rgb(117,9,146); }
div.DivClassName
{
background-color: #750992;
}
.BgClassName
{
background-color: #750992;
}
</style>
border-color css
<style>
span { border-color: #750992; }
span { border-color: rgb(117,9,146); }
td.TdClassName
{
border-color: #750992;
}
.TagClassName
{
border-color: #750992;
}
</style>