Shades of Palatinate Purple #75085A
Tints of Palatinate Purple #75085A
RGB
CMYK
RGB Variations
Color information
#75085A (or 0x75085A) is known color: Palatinate Purple. HEX triplet: 75, 08 and 5A. RGB value is (117,8,90). Sum of RGB (Red+Green+Blue) = 117+8+90=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75085A is #8AF7A5. Grayscale: #313131. Windows color (decimal): -9107366 or 5900405. OLE color: 5900405.
HSL color Cylindrical-coordinate representation of color #75085A: hue angle of 314.86º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75085A is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 90 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.54 |
| HSL | 314.86º | 0.87% | 0.25% | - |
| HSV(B) | 314.86º | 0.93% | 0.46% | - |
| XYZ | 9.27 | 4.69 | 10.09 | - |
| YUV | 49.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 90 | 0 | 0.93 | 0.23 | 0.54 | 314.86 | 0.87 | 0.25 |
| Hex | 75 | 8 | 5A | 0 | 5D | 17 | 36 | 13B | 57 | 19 |
| Octal | 165 | 10 | 132 | 0 | 135 | 27 | 66 | 473 | 127 | 31 |
| Binary | 1110101 | 1000 | 1011010 | 0 | 1011101 | 10111 | 110110 | 100111011 | 1010111 | 11001 |
Color Harmonies of #75085A
Complementary color
Monochromatic Colors of #75085A
Black with #75085A
Text Example
Text Example
White with #75085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75085A; }
p { color: rgb(117,8,90); }
H1.HeaderClassName
{
color: #75085A;
}
.AnyTagClassName
{
color: #75085A;
}
</style>
background-color css
<style>
a { background-color: #75085A; }
a { background-color: rgb(117,8,90); }
div.DivClassName
{
background-color: #75085A;
}
.BgClassName
{
background-color: #75085A;
}
</style>
border-color css
<style>
span { border-color: #75085A; }
span { border-color: rgb(117,8,90); }
td.TdClassName
{
border-color: #75085A;
}
.TagClassName
{
border-color: #75085A;
}
</style>