Shades of Palatinate Purple #75245A
Tints of Palatinate Purple #75245A
RGB
CMYK
RGB Variations
Color information
#75245A (or 0x75245A) is known color: Palatinate Purple. HEX triplet: 75, 24 and 5A. RGB value is (117,36,90). Sum of RGB (Red+Green+Blue) = 117+36+90=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75245A is #8ADBA5. Grayscale: #424242. Windows color (decimal): -9100198 or 5907573. OLE color: 5907573.
HSL color Cylindrical-coordinate representation of color #75245A: hue angle of 320º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75245A is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 90 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.54 |
| HSL | 320º | 0.53% | 0.3% | - |
| HSV(B) | 320º | 0.69% | 0.46% | - |
| XYZ | 9.81 | 5.78 | 10.27 | - |
| YUV | 66.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 90 | 0 | 0.69 | 0.23 | 0.54 | 320 | 0.53 | 0.3 |
| Hex | 75 | 24 | 5A | 0 | 45 | 17 | 36 | 140 | 35 | 1E |
| Octal | 165 | 44 | 132 | 0 | 105 | 27 | 66 | 500 | 65 | 36 |
| Binary | 1110101 | 100100 | 1011010 | 0 | 1000101 | 10111 | 110110 | 101000000 | 110101 | 11110 |
Color Harmonies of #75245A
Complementary color
Monochromatic Colors of #75245A
Black with #75245A
Text Example
Text Example
White with #75245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75245A; }
p { color: rgb(117,36,90); }
H1.HeaderClassName
{
color: #75245A;
}
.AnyTagClassName
{
color: #75245A;
}
</style>
background-color css
<style>
a { background-color: #75245A; }
a { background-color: rgb(117,36,90); }
div.DivClassName
{
background-color: #75245A;
}
.BgClassName
{
background-color: #75245A;
}
</style>
border-color css
<style>
span { border-color: #75245A; }
span { border-color: rgb(117,36,90); }
td.TdClassName
{
border-color: #75245A;
}
.TagClassName
{
border-color: #75245A;
}
</style>