Shades of Purple #750F92
Tints of Purple #750F92
RGB
CMYK
RGB Variations
Color information
#750F92 (or 0x750F92) is known color: Purple. HEX triplet: 75, 0F and 92. RGB value is (117,15,146). Sum of RGB (Red+Green+Blue) = 117+15+146=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #750F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F92 is #8AF06D. Grayscale: #3C3C3C. Windows color (decimal): -9105518 or 9572213. OLE color: 9572213.
HSL color Cylindrical-coordinate representation of color #750F92: hue angle of 286.72º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750F92 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 15 | 146 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.43 |
| HSL | 286.72º | 0.81% | 0.32% | - |
| HSV(B) | 286.72º | 0.9% | 0.57% | - |
| XYZ | 12.7 | 6.2 | 27.72 | - |
| YUV | 60.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 146 | 0.20 | 0.90 | 0 | 0.43 | 286.72 | 0.81 | 0.32 |
| Hex | 75 | F | 92 | 14 | 5A | 0 | 2B | 11F | 51 | 20 |
| Octal | 165 | 17 | 222 | 24 | 132 | 0 | 53 | 437 | 121 | 40 |
| Binary | 1110101 | 1111 | 10010010 | 10100 | 1011010 | 0 | 101011 | 100011111 | 1010001 | 100000 |
Color Harmonies of #750F92
Complementary color
Monochromatic Colors of #750F92
Black with #750F92
Text Example
Text Example
White with #750F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F92; }
p { color: rgb(117,15,146); }
H1.HeaderClassName
{
color: #750F92;
}
.AnyTagClassName
{
color: #750F92;
}
</style>
background-color css
<style>
a { background-color: #750F92; }
a { background-color: rgb(117,15,146); }
div.DivClassName
{
background-color: #750F92;
}
.BgClassName
{
background-color: #750F92;
}
</style>
border-color css
<style>
span { border-color: #750F92; }
span { border-color: rgb(117,15,146); }
td.TdClassName
{
border-color: #750F92;
}
.TagClassName
{
border-color: #750F92;
}
</style>