Shades of Palatinate Purple #750E5C
Tints of Palatinate Purple #750E5C
RGB
CMYK
RGB Variations
Color information
#750E5C (or 0x750E5C) is known color: Palatinate Purple. HEX triplet: 75, 0E and 5C. RGB value is (117,14,92). Sum of RGB (Red+Green+Blue) = 117+14+92=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E5C is #8AF1A3. Grayscale: #353535. Windows color (decimal): -9105828 or 6033013. OLE color: 6033013.
HSL color Cylindrical-coordinate representation of color #750E5C: hue angle of 314.56º 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 #750E5C is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 92 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.54 |
| HSL | 314.56º | 0.79% | 0.26% | - |
| HSV(B) | 314.56º | 0.88% | 0.46% | - |
| XYZ | 9.42 | 4.87 | 10.57 | - |
| YUV | 53.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 92 | 0 | 0.88 | 0.21 | 0.54 | 314.56 | 0.79 | 0.26 |
| Hex | 75 | E | 5C | 0 | 58 | 15 | 36 | 13B | 4F | 1A |
| Octal | 165 | 16 | 134 | 0 | 130 | 25 | 66 | 473 | 117 | 32 |
| Binary | 1110101 | 1110 | 1011100 | 0 | 1011000 | 10101 | 110110 | 100111011 | 1001111 | 11010 |
Color Harmonies of #750E5C
Complementary color
Monochromatic Colors of #750E5C
Black with #750E5C
Text Example
Text Example
White with #750E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E5C; }
p { color: rgb(117,14,92); }
H1.HeaderClassName
{
color: #750E5C;
}
.AnyTagClassName
{
color: #750E5C;
}
</style>
background-color css
<style>
a { background-color: #750E5C; }
a { background-color: rgb(117,14,92); }
div.DivClassName
{
background-color: #750E5C;
}
.BgClassName
{
background-color: #750E5C;
}
</style>
border-color css
<style>
span { border-color: #750E5C; }
span { border-color: rgb(117,14,92); }
td.TdClassName
{
border-color: #750E5C;
}
.TagClassName
{
border-color: #750E5C;
}
</style>