Shades of Palatinate Purple #75075E
Tints of Palatinate Purple #75075E
RGB
CMYK
RGB Variations
Color information
#75075E (or 0x75075E) is known color: Palatinate Purple. HEX triplet: 75, 07 and 5E. RGB value is (117,7,94). Sum of RGB (Red+Green+Blue) = 117+7+94=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75075E is #8AF8A1. Grayscale: #313131. Windows color (decimal): -9107618 or 6162293. OLE color: 6162293.
HSL color Cylindrical-coordinate representation of color #75075E: hue angle of 312.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75075E is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 94 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.54 |
| HSL | 312.55º | 0.89% | 0.24% | - |
| HSV(B) | 312.55º | 0.94% | 0.46% | - |
| XYZ | 9.43 | 4.74 | 11.01 | - |
| YUV | 49.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 94 | 0 | 0.94 | 0.20 | 0.54 | 312.55 | 0.89 | 0.24 |
| Hex | 75 | 7 | 5E | 0 | 5E | 14 | 36 | 139 | 59 | 18 |
| Octal | 165 | 7 | 136 | 0 | 136 | 24 | 66 | 471 | 131 | 30 |
| Binary | 1110101 | 111 | 1011110 | 0 | 1011110 | 10100 | 110110 | 100111001 | 1011001 | 11000 |
Color Harmonies of #75075E
Complementary color
Monochromatic Colors of #75075E
Black with #75075E
Text Example
Text Example
White with #75075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75075E; }
p { color: rgb(117,7,94); }
H1.HeaderClassName
{
color: #75075E;
}
.AnyTagClassName
{
color: #75075E;
}
</style>
background-color css
<style>
a { background-color: #75075E; }
a { background-color: rgb(117,7,94); }
div.DivClassName
{
background-color: #75075E;
}
.BgClassName
{
background-color: #75075E;
}
</style>
border-color css
<style>
span { border-color: #75075E; }
span { border-color: rgb(117,7,94); }
td.TdClassName
{
border-color: #75075E;
}
.TagClassName
{
border-color: #75075E;
}
</style>