Shades of Palatinate Purple #750B63
Tints of Palatinate Purple #750B63
RGB
CMYK
RGB Variations
Color information
#750B63 (or 0x750B63) is known color: Palatinate Purple. HEX triplet: 75, 0B and 63. RGB value is (117,11,99). Sum of RGB (Red+Green+Blue) = 117+11+99=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #750B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B63 is #8AF49C. Grayscale: #343434. Windows color (decimal): -9106589 or 6490997. OLE color: 6490997.
HSL color Cylindrical-coordinate representation of color #750B63: hue angle of 310.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750B63 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 11 | 99 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.54 |
| HSL | 310.19º | 0.83% | 0.25% | - |
| HSV(B) | 310.19º | 0.91% | 0.46% | - |
| XYZ | 9.71 | 4.92 | 12.24 | - |
| YUV | 52.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 99 | 0 | 0.91 | 0.15 | 0.54 | 310.19 | 0.83 | 0.25 |
| Hex | 75 | B | 63 | 0 | 5B | F | 36 | 136 | 53 | 19 |
| Octal | 165 | 13 | 143 | 0 | 133 | 17 | 66 | 466 | 123 | 31 |
| Binary | 1110101 | 1011 | 1100011 | 0 | 1011011 | 1111 | 110110 | 100110110 | 1010011 | 11001 |
Color Harmonies of #750B63
Complementary color
Monochromatic Colors of #750B63
Black with #750B63
Text Example
Text Example
White with #750B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B63; }
p { color: rgb(117,11,99); }
H1.HeaderClassName
{
color: #750B63;
}
.AnyTagClassName
{
color: #750B63;
}
</style>
background-color css
<style>
a { background-color: #750B63; }
a { background-color: rgb(117,11,99); }
div.DivClassName
{
background-color: #750B63;
}
.BgClassName
{
background-color: #750B63;
}
</style>
border-color css
<style>
span { border-color: #750B63; }
span { border-color: rgb(117,11,99); }
td.TdClassName
{
border-color: #750B63;
}
.TagClassName
{
border-color: #750B63;
}
</style>