Shades of Palatinate Purple #75155E
Tints of Palatinate Purple #75155E
RGB
CMYK
RGB Variations
Color information
#75155E (or 0x75155E) is known color: Palatinate Purple. HEX triplet: 75, 15 and 5E. RGB value is (117,21,94). Sum of RGB (Red+Green+Blue) = 117+21+94=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75155E is #8AEAA1. Grayscale: #393939. Windows color (decimal): -9104034 or 6165877. OLE color: 6165877.
HSL color Cylindrical-coordinate representation of color #75155E: hue angle of 314.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75155E is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 21 | 94 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.54 |
| HSL | 314.38º | 0.7% | 0.27% | - |
| HSV(B) | 314.38º | 0.82% | 0.46% | - |
| XYZ | 9.62 | 5.13 | 11.07 | - |
| YUV | 58.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 21 | 94 | 0 | 0.82 | 0.20 | 0.54 | 314.38 | 0.7 | 0.27 |
| Hex | 75 | 15 | 5E | 0 | 52 | 14 | 36 | 13A | 46 | 1B |
| Octal | 165 | 25 | 136 | 0 | 122 | 24 | 66 | 472 | 106 | 33 |
| Binary | 1110101 | 10101 | 1011110 | 0 | 1010010 | 10100 | 110110 | 100111010 | 1000110 | 11011 |
Color Harmonies of #75155E
Complementary color
Monochromatic Colors of #75155E
Black with #75155E
Text Example
Text Example
White with #75155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75155E; }
p { color: rgb(117,21,94); }
H1.HeaderClassName
{
color: #75155E;
}
.AnyTagClassName
{
color: #75155E;
}
</style>
background-color css
<style>
a { background-color: #75155E; }
a { background-color: rgb(117,21,94); }
div.DivClassName
{
background-color: #75155E;
}
.BgClassName
{
background-color: #75155E;
}
</style>
border-color css
<style>
span { border-color: #75155E; }
span { border-color: rgb(117,21,94); }
td.TdClassName
{
border-color: #75155E;
}
.TagClassName
{
border-color: #75155E;
}
</style>