Shades of Palatinate Purple #75085F
Tints of Palatinate Purple #75085F
RGB
CMYK
RGB Variations
Color information
#75085F (or 0x75085F) is known color: Palatinate Purple. HEX triplet: 75, 08 and 5F. RGB value is (117,8,95). Sum of RGB (Red+Green+Blue) = 117+8+95=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #75085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75085F is #8AF7A0. Grayscale: #323232. Windows color (decimal): -9107361 or 6228085. OLE color: 6228085.
HSL color Cylindrical-coordinate representation of color #75085F: hue angle of 312.11º 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 #75085F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 95 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.54 |
| HSL | 312.11º | 0.87% | 0.25% | - |
| HSV(B) | 312.11º | 0.93% | 0.46% | - |
| XYZ | 9.49 | 4.78 | 11.25 | - |
| YUV | 50.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 95 | 0 | 0.93 | 0.19 | 0.54 | 312.11 | 0.87 | 0.25 |
| Hex | 75 | 8 | 5F | 0 | 5D | 13 | 36 | 138 | 57 | 19 |
| Octal | 165 | 10 | 137 | 0 | 135 | 23 | 66 | 470 | 127 | 31 |
| Binary | 1110101 | 1000 | 1011111 | 0 | 1011101 | 10011 | 110110 | 100111000 | 1010111 | 11001 |
Color Harmonies of #75085F
Complementary color
Monochromatic Colors of #75085F
Black with #75085F
Text Example
Text Example
White with #75085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75085F; }
p { color: rgb(117,8,95); }
H1.HeaderClassName
{
color: #75085F;
}
.AnyTagClassName
{
color: #75085F;
}
</style>
background-color css
<style>
a { background-color: #75085F; }
a { background-color: rgb(117,8,95); }
div.DivClassName
{
background-color: #75085F;
}
.BgClassName
{
background-color: #75085F;
}
</style>
border-color css
<style>
span { border-color: #75085F; }
span { border-color: rgb(117,8,95); }
td.TdClassName
{
border-color: #75085F;
}
.TagClassName
{
border-color: #75085F;
}
</style>