Shades of Palatinate Purple #750E5D
Tints of Palatinate Purple #750E5D
RGB
CMYK
RGB Variations
Color information
#750E5D (or 0x750E5D) is known color: Palatinate Purple. HEX triplet: 75, 0E and 5D. RGB value is (117,14,93). Sum of RGB (Red+Green+Blue) = 117+14+93=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #750E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E5D is #8AF1A2. Grayscale: #353535. Windows color (decimal): -9105827 or 6098549. OLE color: 6098549.
HSL color Cylindrical-coordinate representation of color #750E5D: hue angle of 313.98º 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 #750E5D is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 14 | 93 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.54 |
| HSL | 313.98º | 0.79% | 0.26% | - |
| HSV(B) | 313.98º | 0.88% | 0.46% | - |
| XYZ | 9.47 | 4.89 | 10.8 | - |
| YUV | 53.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 93 | 0 | 0.88 | 0.21 | 0.54 | 313.98 | 0.79 | 0.26 |
| Hex | 75 | E | 5D | 0 | 58 | 15 | 36 | 13A | 4F | 1A |
| Octal | 165 | 16 | 135 | 0 | 130 | 25 | 66 | 472 | 117 | 32 |
| Binary | 1110101 | 1110 | 1011101 | 0 | 1011000 | 10101 | 110110 | 100111010 | 1001111 | 11010 |
Color Harmonies of #750E5D
Complementary color
Monochromatic Colors of #750E5D
Black with #750E5D
Text Example
Text Example
White with #750E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750E5D; }
p { color: rgb(117,14,93); }
H1.HeaderClassName
{
color: #750E5D;
}
.AnyTagClassName
{
color: #750E5D;
}
</style>
background-color css
<style>
a { background-color: #750E5D; }
a { background-color: rgb(117,14,93); }
div.DivClassName
{
background-color: #750E5D;
}
.BgClassName
{
background-color: #750E5D;
}
</style>
border-color css
<style>
span { border-color: #750E5D; }
span { border-color: rgb(117,14,93); }
td.TdClassName
{
border-color: #750E5D;
}
.TagClassName
{
border-color: #750E5D;
}
</style>