Shades of Palatinate Purple #75095D
Tints of Palatinate Purple #75095D
RGB
CMYK
RGB Variations
Color information
#75095D (or 0x75095D) is known color: Palatinate Purple. HEX triplet: 75, 09 and 5D. RGB value is (117,9,93). Sum of RGB (Red+Green+Blue) = 117+9+93=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75095D is #8AF6A2. Grayscale: #323232. Windows color (decimal): -9107107 or 6097269. OLE color: 6097269.
HSL color Cylindrical-coordinate representation of color #75095D: hue angle of 313.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75095D is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 93 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.54 |
| HSL | 313.33º | 0.86% | 0.25% | - |
| HSV(B) | 313.33º | 0.92% | 0.46% | - |
| XYZ | 9.41 | 4.77 | 10.78 | - |
| YUV | 50.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 93 | 0 | 0.92 | 0.21 | 0.54 | 313.33 | 0.86 | 0.25 |
| Hex | 75 | 9 | 5D | 0 | 5C | 15 | 36 | 139 | 56 | 19 |
| Octal | 165 | 11 | 135 | 0 | 134 | 25 | 66 | 471 | 126 | 31 |
| Binary | 1110101 | 1001 | 1011101 | 0 | 1011100 | 10101 | 110110 | 100111001 | 1010110 | 11001 |
Color Harmonies of #75095D
Complementary color
Monochromatic Colors of #75095D
Black with #75095D
Text Example
Text Example
White with #75095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75095D; }
p { color: rgb(117,9,93); }
H1.HeaderClassName
{
color: #75095D;
}
.AnyTagClassName
{
color: #75095D;
}
</style>
background-color css
<style>
a { background-color: #75095D; }
a { background-color: rgb(117,9,93); }
div.DivClassName
{
background-color: #75095D;
}
.BgClassName
{
background-color: #75095D;
}
</style>
border-color css
<style>
span { border-color: #75095D; }
span { border-color: rgb(117,9,93); }
td.TdClassName
{
border-color: #75095D;
}
.TagClassName
{
border-color: #75095D;
}
</style>