Shades of Purple #750763
Tints of Purple #750763
RGB
CMYK
RGB Variations
Color information
#750763 (or 0x750763) is known color: Purple. HEX triplet: 75, 07 and 63. RGB value is (117,7,99). Sum of RGB (Red+Green+Blue) = 117+7+99=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750763 is #8AF89C. Grayscale: #323232. Windows color (decimal): -9107613 or 6489973. OLE color: 6489973.
HSL color Cylindrical-coordinate representation of color #750763: hue angle of 309.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750763 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 99 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.54 |
| HSL | 309.82º | 0.89% | 0.24% | - |
| HSV(B) | 309.82º | 0.94% | 0.46% | - |
| XYZ | 9.66 | 4.83 | 12.23 | - |
| YUV | 50.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 99 | 0 | 0.94 | 0.15 | 0.54 | 309.82 | 0.89 | 0.24 |
| Hex | 75 | 7 | 63 | 0 | 5E | F | 36 | 136 | 59 | 18 |
| Octal | 165 | 7 | 143 | 0 | 136 | 17 | 66 | 466 | 131 | 30 |
| Binary | 1110101 | 111 | 1100011 | 0 | 1011110 | 1111 | 110110 | 100110110 | 1011001 | 11000 |
Color Harmonies of #750763
Complementary color
Monochromatic Colors of #750763
Black with #750763
Text Example
Text Example
White with #750763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750763; }
p { color: rgb(117,7,99); }
H1.HeaderClassName
{
color: #750763;
}
.AnyTagClassName
{
color: #750763;
}
</style>
background-color css
<style>
a { background-color: #750763; }
a { background-color: rgb(117,7,99); }
div.DivClassName
{
background-color: #750763;
}
.BgClassName
{
background-color: #750763;
}
</style>
border-color css
<style>
span { border-color: #750763; }
span { border-color: rgb(117,7,99); }
td.TdClassName
{
border-color: #750763;
}
.TagClassName
{
border-color: #750763;
}
</style>