Shades of Purple #750983
Tints of Purple #750983
RGB
CMYK
RGB Variations
Color information
#750983 (or 0x750983) is known color: Purple. HEX triplet: 75, 09 and 83. RGB value is (117,9,131). Sum of RGB (Red+Green+Blue) = 117+9+131=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #750983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750983 is #8AF67C. Grayscale: #363636. Windows color (decimal): -9107069 or 8587637. OLE color: 8587637.
HSL color Cylindrical-coordinate representation of color #750983: hue angle of 293.11º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750983 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 9 | 131 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.49 |
| HSL | 293.11º | 0.87% | 0.27% | - |
| HSV(B) | 293.11º | 0.93% | 0.51% | - |
| XYZ | 11.53 | 5.62 | 21.95 | - |
| YUV | 55.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 131 | 0.11 | 0.93 | 0 | 0.49 | 293.11 | 0.87 | 0.27 |
| Hex | 75 | 9 | 83 | B | 5D | 0 | 31 | 125 | 57 | 1B |
| Octal | 165 | 11 | 203 | 13 | 135 | 0 | 61 | 445 | 127 | 33 |
| Binary | 1110101 | 1001 | 10000011 | 1011 | 1011101 | 0 | 110001 | 100100101 | 1010111 | 11011 |
Color Harmonies of #750983
Complementary color
Monochromatic Colors of #750983
Black with #750983
Text Example
Text Example
White with #750983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750983; }
p { color: rgb(117,9,131); }
H1.HeaderClassName
{
color: #750983;
}
.AnyTagClassName
{
color: #750983;
}
</style>
background-color css
<style>
a { background-color: #750983; }
a { background-color: rgb(117,9,131); }
div.DivClassName
{
background-color: #750983;
}
.BgClassName
{
background-color: #750983;
}
</style>
border-color css
<style>
span { border-color: #750983; }
span { border-color: rgb(117,9,131); }
td.TdClassName
{
border-color: #750983;
}
.TagClassName
{
border-color: #750983;
}
</style>