Shades of Palatinate Purple #75295C
Tints of Palatinate Purple #75295C
RGB
CMYK
RGB Variations
Color information
#75295C (or 0x75295C) is known color: Palatinate Purple. HEX triplet: 75, 29 and 5C. RGB value is (117,41,92). Sum of RGB (Red+Green+Blue) = 117+41+92=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75295C is #8AD6A3. Grayscale: #454545. Windows color (decimal): -9098916 or 6039925. OLE color: 6039925.
HSL color Cylindrical-coordinate representation of color #75295C: hue angle of 319.74º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75295C is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 92 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.54 |
| HSL | 319.74º | 0.48% | 0.31% | - |
| HSV(B) | 319.74º | 0.65% | 0.46% | - |
| XYZ | 10.06 | 6.14 | 10.78 | - |
| YUV | 69.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 92 | 0 | 0.65 | 0.21 | 0.54 | 319.74 | 0.48 | 0.31 |
| Hex | 75 | 29 | 5C | 0 | 41 | 15 | 36 | 140 | 30 | 1F |
| Octal | 165 | 51 | 134 | 0 | 101 | 25 | 66 | 500 | 60 | 37 |
| Binary | 1110101 | 101001 | 1011100 | 0 | 1000001 | 10101 | 110110 | 101000000 | 110000 | 11111 |
Color Harmonies of #75295C
Complementary color
Monochromatic Colors of #75295C
Black with #75295C
Text Example
Text Example
White with #75295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75295C; }
p { color: rgb(117,41,92); }
H1.HeaderClassName
{
color: #75295C;
}
.AnyTagClassName
{
color: #75295C;
}
</style>
background-color css
<style>
a { background-color: #75295C; }
a { background-color: rgb(117,41,92); }
div.DivClassName
{
background-color: #75295C;
}
.BgClassName
{
background-color: #75295C;
}
</style>
border-color css
<style>
span { border-color: #75295C; }
span { border-color: rgb(117,41,92); }
td.TdClassName
{
border-color: #75295C;
}
.TagClassName
{
border-color: #75295C;
}
</style>