Shades of Palatinate Purple #75315F
Tints of Palatinate Purple #75315F
RGB
CMYK
RGB Variations
Color information
#75315F (or 0x75315F) is known color: Palatinate Purple. HEX triplet: 75, 31 and 5F. RGB value is (117,49,95). Sum of RGB (Red+Green+Blue) = 117+49+95=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75315F is #8ACEA0. Grayscale: #4A4A4A. Windows color (decimal): -9096865 or 6238581. OLE color: 6238581.
HSL color Cylindrical-coordinate representation of color #75315F: hue angle of 319.41º 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 #75315F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 49 | 95 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.54 |
| HSL | 319.41º | 0.41% | 0.33% | - |
| HSV(B) | 319.41º | 0.58% | 0.46% | - |
| XYZ | 10.5 | 6.8 | 11.59 | - |
| YUV | 74.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 49 | 95 | 0 | 0.58 | 0.19 | 0.54 | 319.41 | 0.41 | 0.33 |
| Hex | 75 | 31 | 5F | 0 | 3A | 13 | 36 | 13F | 29 | 21 |
| Octal | 165 | 61 | 137 | 0 | 72 | 23 | 66 | 477 | 51 | 41 |
| Binary | 1110101 | 110001 | 1011111 | 0 | 111010 | 10011 | 110110 | 100111111 | 101001 | 100001 |
Color Harmonies of #75315F
Complementary color
Monochromatic Colors of #75315F
Black with #75315F
Text Example
Text Example
White with #75315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75315F; }
p { color: rgb(117,49,95); }
H1.HeaderClassName
{
color: #75315F;
}
.AnyTagClassName
{
color: #75315F;
}
</style>
background-color css
<style>
a { background-color: #75315F; }
a { background-color: rgb(117,49,95); }
div.DivClassName
{
background-color: #75315F;
}
.BgClassName
{
background-color: #75315F;
}
</style>
border-color css
<style>
span { border-color: #75315F; }
span { border-color: rgb(117,49,95); }
td.TdClassName
{
border-color: #75315F;
}
.TagClassName
{
border-color: #75315F;
}
</style>