Shades of Palatinate Purple #75305E
Tints of Palatinate Purple #75305E
RGB
CMYK
RGB Variations
Color information
#75305E (or 0x75305E) is known color: Palatinate Purple. HEX triplet: 75, 30 and 5E. RGB value is (117,48,94). Sum of RGB (Red+Green+Blue) = 117+48+94=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75305E is #8ACFA1. Grayscale: #494949. Windows color (decimal): -9097122 or 6172789. OLE color: 6172789.
HSL color Cylindrical-coordinate representation of color #75305E: hue angle of 320º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75305E is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 94 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.54 |
| HSL | 320º | 0.42% | 0.32% | - |
| HSV(B) | 320º | 0.59% | 0.46% | - |
| XYZ | 10.41 | 6.7 | 11.33 | - |
| YUV | 73.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 94 | 0 | 0.59 | 0.20 | 0.54 | 320 | 0.42 | 0.32 |
| Hex | 75 | 30 | 5E | 0 | 3B | 14 | 36 | 140 | 2A | 20 |
| Octal | 165 | 60 | 136 | 0 | 73 | 24 | 66 | 500 | 52 | 40 |
| Binary | 1110101 | 110000 | 1011110 | 0 | 111011 | 10100 | 110110 | 101000000 | 101010 | 100000 |
Color Harmonies of #75305E
Complementary color
Monochromatic Colors of #75305E
Black with #75305E
Text Example
Text Example
White with #75305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75305E; }
p { color: rgb(117,48,94); }
H1.HeaderClassName
{
color: #75305E;
}
.AnyTagClassName
{
color: #75305E;
}
</style>
background-color css
<style>
a { background-color: #75305E; }
a { background-color: rgb(117,48,94); }
div.DivClassName
{
background-color: #75305E;
}
.BgClassName
{
background-color: #75305E;
}
</style>
border-color css
<style>
span { border-color: #75305E; }
span { border-color: rgb(117,48,94); }
td.TdClassName
{
border-color: #75305E;
}
.TagClassName
{
border-color: #75305E;
}
</style>