Shades of Palatinate Purple #75175C
Tints of Palatinate Purple #75175C
RGB
CMYK
RGB Variations
Color information
#75175C (or 0x75175C) is known color: Palatinate Purple. HEX triplet: 75, 17 and 5C. RGB value is (117,23,92). Sum of RGB (Red+Green+Blue) = 117+23+92=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75175C is #8AE8A3. Grayscale: #3A3A3A. Windows color (decimal): -9103524 or 6035317. OLE color: 6035317.
HSL color Cylindrical-coordinate representation of color #75175C: hue angle of 315.96º 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 #75175C is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 92 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.54 |
| HSL | 315.96º | 0.67% | 0.27% | - |
| HSV(B) | 315.96º | 0.8% | 0.46% | - |
| XYZ | 9.57 | 5.17 | 10.62 | - |
| YUV | 58.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 92 | 0 | 0.80 | 0.21 | 0.54 | 315.96 | 0.67 | 0.27 |
| Hex | 75 | 17 | 5C | 0 | 50 | 15 | 36 | 13C | 43 | 1B |
| Octal | 165 | 27 | 134 | 0 | 120 | 25 | 66 | 474 | 103 | 33 |
| Binary | 1110101 | 10111 | 1011100 | 0 | 1010000 | 10101 | 110110 | 100111100 | 1000011 | 11011 |
Color Harmonies of #75175C
Complementary color
Monochromatic Colors of #75175C
Black with #75175C
Text Example
Text Example
White with #75175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75175C; }
p { color: rgb(117,23,92); }
H1.HeaderClassName
{
color: #75175C;
}
.AnyTagClassName
{
color: #75175C;
}
</style>
background-color css
<style>
a { background-color: #75175C; }
a { background-color: rgb(117,23,92); }
div.DivClassName
{
background-color: #75175C;
}
.BgClassName
{
background-color: #75175C;
}
</style>
border-color css
<style>
span { border-color: #75175C; }
span { border-color: rgb(117,23,92); }
td.TdClassName
{
border-color: #75175C;
}
.TagClassName
{
border-color: #75175C;
}
</style>