Shades of Palatinate Purple #75185C
Tints of Palatinate Purple #75185C
RGB
CMYK
RGB Variations
Color information
#75185C (or 0x75185C) is known color: Palatinate Purple. HEX triplet: 75, 18 and 5C. RGB value is (117,24,92). Sum of RGB (Red+Green+Blue) = 117+24+92=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75185C is #8AE7A3. Grayscale: #3B3B3B. Windows color (decimal): -9103268 or 6035573. OLE color: 6035573.
HSL color Cylindrical-coordinate representation of color #75185C: hue angle of 316.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75185C is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 92 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.54 |
| HSL | 316.13º | 0.66% | 0.28% | - |
| HSV(B) | 316.13º | 0.79% | 0.46% | - |
| XYZ | 9.59 | 5.21 | 10.62 | - |
| YUV | 59.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 92 | 0 | 0.79 | 0.21 | 0.54 | 316.13 | 0.66 | 0.28 |
| Hex | 75 | 18 | 5C | 0 | 4F | 15 | 36 | 13C | 42 | 1C |
| Octal | 165 | 30 | 134 | 0 | 117 | 25 | 66 | 474 | 102 | 34 |
| Binary | 1110101 | 11000 | 1011100 | 0 | 1001111 | 10101 | 110110 | 100111100 | 1000010 | 11100 |
Color Harmonies of #75185C
Complementary color
Monochromatic Colors of #75185C
Black with #75185C
Text Example
Text Example
White with #75185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75185C; }
p { color: rgb(117,24,92); }
H1.HeaderClassName
{
color: #75185C;
}
.AnyTagClassName
{
color: #75185C;
}
</style>
background-color css
<style>
a { background-color: #75185C; }
a { background-color: rgb(117,24,92); }
div.DivClassName
{
background-color: #75185C;
}
.BgClassName
{
background-color: #75185C;
}
</style>
border-color css
<style>
span { border-color: #75185C; }
span { border-color: rgb(117,24,92); }
td.TdClassName
{
border-color: #75185C;
}
.TagClassName
{
border-color: #75185C;
}
</style>