Shades of Palatinate Purple #75175D
Tints of Palatinate Purple #75175D
RGB
CMYK
RGB Variations
Color information
#75175D (or 0x75175D) is known color: Palatinate Purple. HEX triplet: 75, 17 and 5D. RGB value is (117,23,93). Sum of RGB (Red+Green+Blue) = 117+23+93=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75175D is #8AE8A2. Grayscale: #3A3A3A. Windows color (decimal): -9103523 or 6100853. OLE color: 6100853.
HSL color Cylindrical-coordinate representation of color #75175D: hue angle of 315.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75175D is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 93 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.54 |
| HSL | 315.32º | 0.67% | 0.27% | - |
| HSV(B) | 315.32º | 0.8% | 0.46% | - |
| XYZ | 9.62 | 5.19 | 10.85 | - |
| YUV | 59.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 93 | 0 | 0.80 | 0.21 | 0.54 | 315.32 | 0.67 | 0.27 |
| Hex | 75 | 17 | 5D | 0 | 50 | 15 | 36 | 13B | 43 | 1B |
| Octal | 165 | 27 | 135 | 0 | 120 | 25 | 66 | 473 | 103 | 33 |
| Binary | 1110101 | 10111 | 1011101 | 0 | 1010000 | 10101 | 110110 | 100111011 | 1000011 | 11011 |
Color Harmonies of #75175D
Complementary color
Monochromatic Colors of #75175D
Black with #75175D
Text Example
Text Example
White with #75175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75175D; }
p { color: rgb(117,23,93); }
H1.HeaderClassName
{
color: #75175D;
}
.AnyTagClassName
{
color: #75175D;
}
</style>
background-color css
<style>
a { background-color: #75175D; }
a { background-color: rgb(117,23,93); }
div.DivClassName
{
background-color: #75175D;
}
.BgClassName
{
background-color: #75175D;
}
</style>
border-color css
<style>
span { border-color: #75175D; }
span { border-color: rgb(117,23,93); }
td.TdClassName
{
border-color: #75175D;
}
.TagClassName
{
border-color: #75175D;
}
</style>