Shades of Palatinate Purple #75205A
Tints of Palatinate Purple #75205A
RGB
CMYK
RGB Variations
Color information
#75205A (or 0x75205A) is known color: Palatinate Purple. HEX triplet: 75, 20 and 5A. RGB value is (117,32,90). Sum of RGB (Red+Green+Blue) = 117+32+90=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #75205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75205A is #8ADFA5. Grayscale: #3F3F3F. Windows color (decimal): -9101222 or 5906549. OLE color: 5906549.
HSL color Cylindrical-coordinate representation of color #75205A: hue angle of 319.06º 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 #75205A is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 90 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.54 |
| HSL | 319.06º | 0.57% | 0.29% | - |
| HSV(B) | 319.06º | 0.73% | 0.46% | - |
| XYZ | 9.7 | 5.55 | 10.23 | - |
| YUV | 64.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 90 | 0 | 0.73 | 0.23 | 0.54 | 319.06 | 0.57 | 0.29 |
| Hex | 75 | 20 | 5A | 0 | 49 | 17 | 36 | 13F | 39 | 1D |
| Octal | 165 | 40 | 132 | 0 | 111 | 27 | 66 | 477 | 71 | 35 |
| Binary | 1110101 | 100000 | 1011010 | 0 | 1001001 | 10111 | 110110 | 100111111 | 111001 | 11101 |
Color Harmonies of #75205A
Complementary color
Monochromatic Colors of #75205A
Black with #75205A
Text Example
Text Example
White with #75205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75205A; }
p { color: rgb(117,32,90); }
H1.HeaderClassName
{
color: #75205A;
}
.AnyTagClassName
{
color: #75205A;
}
</style>
background-color css
<style>
a { background-color: #75205A; }
a { background-color: rgb(117,32,90); }
div.DivClassName
{
background-color: #75205A;
}
.BgClassName
{
background-color: #75205A;
}
</style>
border-color css
<style>
span { border-color: #75205A; }
span { border-color: rgb(117,32,90); }
td.TdClassName
{
border-color: #75205A;
}
.TagClassName
{
border-color: #75205A;
}
</style>