Shades of Palatinate Purple #75115A
Tints of Palatinate Purple #75115A
RGB
CMYK
RGB Variations
Color information
#75115A (or 0x75115A) is known color: Palatinate Purple. HEX triplet: 75, 11 and 5A. RGB value is (117,17,90). Sum of RGB (Red+Green+Blue) = 117+17+90=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75115A is #8AEEA5. Grayscale: #373737. Windows color (decimal): -9105062 or 5902709. OLE color: 5902709.
HSL color Cylindrical-coordinate representation of color #75115A: hue angle of 316.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75115A is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 90 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.54 |
| HSL | 316.2º | 0.75% | 0.26% | - |
| HSV(B) | 316.2º | 0.85% | 0.46% | - |
| XYZ | 9.38 | 4.92 | 10.13 | - |
| YUV | 55.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 90 | 0 | 0.85 | 0.23 | 0.54 | 316.2 | 0.75 | 0.26 |
| Hex | 75 | 11 | 5A | 0 | 55 | 17 | 36 | 13C | 4B | 1A |
| Octal | 165 | 21 | 132 | 0 | 125 | 27 | 66 | 474 | 113 | 32 |
| Binary | 1110101 | 10001 | 1011010 | 0 | 1010101 | 10111 | 110110 | 100111100 | 1001011 | 11010 |
Color Harmonies of #75115A
Complementary color
Monochromatic Colors of #75115A
Black with #75115A
Text Example
Text Example
White with #75115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75115A; }
p { color: rgb(117,17,90); }
H1.HeaderClassName
{
color: #75115A;
}
.AnyTagClassName
{
color: #75115A;
}
</style>
background-color css
<style>
a { background-color: #75115A; }
a { background-color: rgb(117,17,90); }
div.DivClassName
{
background-color: #75115A;
}
.BgClassName
{
background-color: #75115A;
}
</style>
border-color css
<style>
span { border-color: #75115A; }
span { border-color: rgb(117,17,90); }
td.TdClassName
{
border-color: #75115A;
}
.TagClassName
{
border-color: #75115A;
}
</style>