Shades of Palatinate Purple #75225B
Tints of Palatinate Purple #75225B
RGB
CMYK
RGB Variations
Color information
#75225B (or 0x75225B) is known color: Palatinate Purple. HEX triplet: 75, 22 and 5B. RGB value is (117,34,91). Sum of RGB (Red+Green+Blue) = 117+34+91=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75225B is #8ADDA4. Grayscale: #414141. Windows color (decimal): -9100709 or 5972597. OLE color: 5972597.
HSL color Cylindrical-coordinate representation of color #75225B: hue angle of 318.8º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75225B is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 91 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.54 |
| HSL | 318.8º | 0.55% | 0.3% | - |
| HSV(B) | 318.8º | 0.71% | 0.46% | - |
| XYZ | 9.8 | 5.68 | 10.48 | - |
| YUV | 65.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 91 | 0 | 0.71 | 0.22 | 0.54 | 318.8 | 0.55 | 0.3 |
| Hex | 75 | 22 | 5B | 0 | 47 | 16 | 36 | 13F | 37 | 1E |
| Octal | 165 | 42 | 133 | 0 | 107 | 26 | 66 | 477 | 67 | 36 |
| Binary | 1110101 | 100010 | 1011011 | 0 | 1000111 | 10110 | 110110 | 100111111 | 110111 | 11110 |
Color Harmonies of #75225B
Complementary color
Monochromatic Colors of #75225B
Black with #75225B
Text Example
Text Example
White with #75225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75225B; }
p { color: rgb(117,34,91); }
H1.HeaderClassName
{
color: #75225B;
}
.AnyTagClassName
{
color: #75225B;
}
</style>
background-color css
<style>
a { background-color: #75225B; }
a { background-color: rgb(117,34,91); }
div.DivClassName
{
background-color: #75225B;
}
.BgClassName
{
background-color: #75225B;
}
</style>
border-color css
<style>
span { border-color: #75225B; }
span { border-color: rgb(117,34,91); }
td.TdClassName
{
border-color: #75225B;
}
.TagClassName
{
border-color: #75225B;
}
</style>