Shades of Palatinate Purple #75226A
Tints of Palatinate Purple #75226A
RGB
CMYK
RGB Variations
Color information
#75226A (or 0x75226A) is known color: Palatinate Purple. HEX triplet: 75, 22 and 6A. RGB value is (117,34,106). Sum of RGB (Red+Green+Blue) = 117+34+106=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75226A is #8ADD95. Grayscale: #424242. Windows color (decimal): -9100694 or 6955637. OLE color: 6955637.
HSL color Cylindrical-coordinate representation of color #75226A: hue angle of 307.95º 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 #75226A is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 34 | 106 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.54 |
| HSL | 307.95º | 0.55% | 0.3% | - |
| HSV(B) | 307.95º | 0.71% | 0.46% | - |
| XYZ | 10.51 | 5.97 | 14.23 | - |
| YUV | 67.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 106 | 0 | 0.71 | 0.09 | 0.54 | 307.95 | 0.55 | 0.3 |
| Hex | 75 | 22 | 6A | 0 | 47 | 9 | 36 | 134 | 37 | 1E |
| Octal | 165 | 42 | 152 | 0 | 107 | 11 | 66 | 464 | 67 | 36 |
| Binary | 1110101 | 100010 | 1101010 | 0 | 1000111 | 1001 | 110110 | 100110100 | 110111 | 11110 |
Color Harmonies of #75226A
Complementary color
Monochromatic Colors of #75226A
Black with #75226A
Text Example
Text Example
White with #75226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75226A; }
p { color: rgb(117,34,106); }
H1.HeaderClassName
{
color: #75226A;
}
.AnyTagClassName
{
color: #75226A;
}
</style>
background-color css
<style>
a { background-color: #75226A; }
a { background-color: rgb(117,34,106); }
div.DivClassName
{
background-color: #75226A;
}
.BgClassName
{
background-color: #75226A;
}
</style>
border-color css
<style>
span { border-color: #75226A; }
span { border-color: rgb(117,34,106); }
td.TdClassName
{
border-color: #75226A;
}
.TagClassName
{
border-color: #75226A;
}
</style>