Shades of Palatinate Purple #75135E
Tints of Palatinate Purple #75135E
RGB
CMYK
RGB Variations
Color information
#75135E (or 0x75135E) is known color: Palatinate Purple. HEX triplet: 75, 13 and 5E. RGB value is (117,19,94). Sum of RGB (Red+Green+Blue) = 117+19+94=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75135E is #8AECA1. Grayscale: #383838. Windows color (decimal): -9104546 or 6165365. OLE color: 6165365.
HSL color Cylindrical-coordinate representation of color #75135E: hue angle of 314.08º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75135E is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 94 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.54 |
| HSL | 314.08º | 0.72% | 0.27% | - |
| HSV(B) | 314.08º | 0.84% | 0.46% | - |
| XYZ | 9.59 | 5.06 | 11.06 | - |
| YUV | 56.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 94 | 0 | 0.84 | 0.20 | 0.54 | 314.08 | 0.72 | 0.27 |
| Hex | 75 | 13 | 5E | 0 | 54 | 14 | 36 | 13A | 48 | 1B |
| Octal | 165 | 23 | 136 | 0 | 124 | 24 | 66 | 472 | 110 | 33 |
| Binary | 1110101 | 10011 | 1011110 | 0 | 1010100 | 10100 | 110110 | 100111010 | 1001000 | 11011 |
Color Harmonies of #75135E
Complementary color
Monochromatic Colors of #75135E
Black with #75135E
Text Example
Text Example
White with #75135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75135E; }
p { color: rgb(117,19,94); }
H1.HeaderClassName
{
color: #75135E;
}
.AnyTagClassName
{
color: #75135E;
}
</style>
background-color css
<style>
a { background-color: #75135E; }
a { background-color: rgb(117,19,94); }
div.DivClassName
{
background-color: #75135E;
}
.BgClassName
{
background-color: #75135E;
}
</style>
border-color css
<style>
span { border-color: #75135E; }
span { border-color: rgb(117,19,94); }
td.TdClassName
{
border-color: #75135E;
}
.TagClassName
{
border-color: #75135E;
}
</style>