Shades of Palatinate Purple #75316B
Tints of Palatinate Purple #75316B
RGB
CMYK
RGB Variations
Color information
#75316B (or 0x75316B) is known color: Palatinate Purple. HEX triplet: 75, 31 and 6B. RGB value is (117,49,107). Sum of RGB (Red+Green+Blue) = 117+49+107=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75316B is #8ACE94. Grayscale: #4B4B4B. Windows color (decimal): -9096853 or 7025013. OLE color: 7025013.
HSL color Cylindrical-coordinate representation of color #75316B: hue angle of 308.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75316B is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 49 | 107 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.54 |
| HSL | 308.82º | 0.41% | 0.33% | - |
| HSV(B) | 308.82º | 0.58% | 0.46% | - |
| XYZ | 11.09 | 7.04 | 14.68 | - |
| YUV | 75.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 107 | 0 | 0.58 | 0.09 | 0.54 | 308.82 | 0.41 | 0.33 |
| Hex | 75 | 31 | 6B | 0 | 3A | 9 | 36 | 135 | 29 | 21 |
| Octal | 165 | 61 | 153 | 0 | 72 | 11 | 66 | 465 | 51 | 41 |
| Binary | 1110101 | 110001 | 1101011 | 0 | 111010 | 1001 | 110110 | 100110101 | 101001 | 100001 |
Color Harmonies of #75316B
Complementary color
Monochromatic Colors of #75316B
Black with #75316B
Text Example
Text Example
White with #75316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75316B; }
p { color: rgb(117,49,107); }
H1.HeaderClassName
{
color: #75316B;
}
.AnyTagClassName
{
color: #75316B;
}
</style>
background-color css
<style>
a { background-color: #75316B; }
a { background-color: rgb(117,49,107); }
div.DivClassName
{
background-color: #75316B;
}
.BgClassName
{
background-color: #75316B;
}
</style>
border-color css
<style>
span { border-color: #75316B; }
span { border-color: rgb(117,49,107); }
td.TdClassName
{
border-color: #75316B;
}
.TagClassName
{
border-color: #75316B;
}
</style>