Shades of Palatinate Purple #75206E
Tints of Palatinate Purple #75206E
RGB
CMYK
RGB Variations
Color information
#75206E (or 0x75206E) is known color: Palatinate Purple. HEX triplet: 75, 20 and 6E. RGB value is (117,32,110). Sum of RGB (Red+Green+Blue) = 117+32+110=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75206E is #8ADF91. Grayscale: #424242. Windows color (decimal): -9101202 or 7217269. OLE color: 7217269.
HSL color Cylindrical-coordinate representation of color #75206E: hue angle of 304.94º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75206E is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 110 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.54 |
| HSL | 304.94º | 0.57% | 0.29% | - |
| HSV(B) | 304.94º | 0.73% | 0.46% | - |
| XYZ | 10.67 | 5.94 | 15.34 | - |
| YUV | 66.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 110 | 0 | 0.73 | 0.06 | 0.54 | 304.94 | 0.57 | 0.29 |
| Hex | 75 | 20 | 6E | 0 | 49 | 6 | 36 | 131 | 39 | 1D |
| Octal | 165 | 40 | 156 | 0 | 111 | 6 | 66 | 461 | 71 | 35 |
| Binary | 1110101 | 100000 | 1101110 | 0 | 1001001 | 110 | 110110 | 100110001 | 111001 | 11101 |
Color Harmonies of #75206E
Complementary color
Monochromatic Colors of #75206E
Black with #75206E
Text Example
Text Example
White with #75206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75206E; }
p { color: rgb(117,32,110); }
H1.HeaderClassName
{
color: #75206E;
}
.AnyTagClassName
{
color: #75206E;
}
</style>
background-color css
<style>
a { background-color: #75206E; }
a { background-color: rgb(117,32,110); }
div.DivClassName
{
background-color: #75206E;
}
.BgClassName
{
background-color: #75206E;
}
</style>
border-color css
<style>
span { border-color: #75206E; }
span { border-color: rgb(117,32,110); }
td.TdClassName
{
border-color: #75206E;
}
.TagClassName
{
border-color: #75206E;
}
</style>