Shades of Palatinate Purple #750E63
Tints of Palatinate Purple #750E63
RGB
CMYK
RGB Variations
Color information
#750E63 (or 0x750E63) is known color: Palatinate Purple. HEX triplet: 75, 0E and 63. RGB value is (117,14,99). Sum of RGB (Red+Green+Blue) = 117+14+99=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #750E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E63 is #8AF19C. Grayscale: #363636. Windows color (decimal): -9105821 or 6491765. OLE color: 6491765.
HSL color Cylindrical-coordinate representation of color #750E63: hue angle of 310.49º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E63 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 99 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.54 |
| HSL | 310.49º | 0.79% | 0.26% | - |
| HSV(B) | 310.49º | 0.88% | 0.46% | - |
| XYZ | 9.75 | 5 | 12.26 | - |
| YUV | 54.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 99 | 0 | 0.88 | 0.15 | 0.54 | 310.49 | 0.79 | 0.26 |
| Hex | 75 | E | 63 | 0 | 58 | F | 36 | 136 | 4F | 1A |
| Octal | 165 | 16 | 143 | 0 | 130 | 17 | 66 | 466 | 117 | 32 |
| Binary | 1110101 | 1110 | 1100011 | 0 | 1011000 | 1111 | 110110 | 100110110 | 1001111 | 11010 |
Color Harmonies of #750E63
Complementary color
Monochromatic Colors of #750E63
Black with #750E63
Text Example
Text Example
White with #750E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E63; }
p { color: rgb(117,14,99); }
H1.HeaderClassName
{
color: #750E63;
}
.AnyTagClassName
{
color: #750E63;
}
</style>
background-color css
<style>
a { background-color: #750E63; }
a { background-color: rgb(117,14,99); }
div.DivClassName
{
background-color: #750E63;
}
.BgClassName
{
background-color: #750E63;
}
</style>
border-color css
<style>
span { border-color: #750E63; }
span { border-color: rgb(117,14,99); }
td.TdClassName
{
border-color: #750E63;
}
.TagClassName
{
border-color: #750E63;
}
</style>