Shades of Palatinate Purple #75255B
Tints of Palatinate Purple #75255B
RGB
CMYK
RGB Variations
Color information
#75255B (or 0x75255B) is known color: Palatinate Purple. HEX triplet: 75, 25 and 5B. RGB value is (117,37,91). Sum of RGB (Red+Green+Blue) = 117+37+91=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75255B is #8ADAA4. Grayscale: #424242. Windows color (decimal): -9099941 or 5973365. OLE color: 5973365.
HSL color Cylindrical-coordinate representation of color #75255B: hue angle of 319.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75255B is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 91 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.54 |
| HSL | 319.5º | 0.52% | 0.3% | - |
| HSV(B) | 319.5º | 0.68% | 0.46% | - |
| XYZ | 9.89 | 5.86 | 10.51 | - |
| YUV | 67.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 91 | 0 | 0.68 | 0.22 | 0.54 | 319.5 | 0.52 | 0.3 |
| Hex | 75 | 25 | 5B | 0 | 44 | 16 | 36 | 140 | 34 | 1E |
| Octal | 165 | 45 | 133 | 0 | 104 | 26 | 66 | 500 | 64 | 36 |
| Binary | 1110101 | 100101 | 1011011 | 0 | 1000100 | 10110 | 110110 | 101000000 | 110100 | 11110 |
Color Harmonies of #75255B
Complementary color
Monochromatic Colors of #75255B
Black with #75255B
Text Example
Text Example
White with #75255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75255B; }
p { color: rgb(117,37,91); }
H1.HeaderClassName
{
color: #75255B;
}
.AnyTagClassName
{
color: #75255B;
}
</style>
background-color css
<style>
a { background-color: #75255B; }
a { background-color: rgb(117,37,91); }
div.DivClassName
{
background-color: #75255B;
}
.BgClassName
{
background-color: #75255B;
}
</style>
border-color css
<style>
span { border-color: #75255B; }
span { border-color: rgb(117,37,91); }
td.TdClassName
{
border-color: #75255B;
}
.TagClassName
{
border-color: #75255B;
}
</style>