Shades of Palatinate Purple #753B68
Tints of Palatinate Purple #753B68
RGB
CMYK
RGB Variations
Color information
#753B68 (or 0x753B68) is known color: Palatinate Purple. HEX triplet: 75, 3B and 68. RGB value is (117,59,104). Sum of RGB (Red+Green+Blue) = 117+59+104=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #753B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B68 is #8AC497. Grayscale: #515151. Windows color (decimal): -9094296 or 6830965. OLE color: 6830965.
HSL color Cylindrical-coordinate representation of color #753B68: hue angle of 313.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B68 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 104 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.54 |
| HSL | 313.45º | 0.33% | 0.35% | - |
| HSV(B) | 313.45º | 0.5% | 0.46% | - |
| XYZ | 11.4 | 7.91 | 14.02 | - |
| YUV | 81.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 104 | 0 | 0.50 | 0.11 | 0.54 | 313.45 | 0.33 | 0.35 |
| Hex | 75 | 3B | 68 | 0 | 32 | B | 36 | 139 | 21 | 23 |
| Octal | 165 | 73 | 150 | 0 | 62 | 13 | 66 | 471 | 41 | 43 |
| Binary | 1110101 | 111011 | 1101000 | 0 | 110010 | 1011 | 110110 | 100111001 | 100001 | 100011 |
Color Harmonies of #753B68
Complementary color
Monochromatic Colors of #753B68
Black with #753B68
Text Example
Text Example
White with #753B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B68; }
p { color: rgb(117,59,104); }
H1.HeaderClassName
{
color: #753B68;
}
.AnyTagClassName
{
color: #753B68;
}
</style>
background-color css
<style>
a { background-color: #753B68; }
a { background-color: rgb(117,59,104); }
div.DivClassName
{
background-color: #753B68;
}
.BgClassName
{
background-color: #753B68;
}
</style>
border-color css
<style>
span { border-color: #753B68; }
span { border-color: rgb(117,59,104); }
td.TdClassName
{
border-color: #753B68;
}
.TagClassName
{
border-color: #753B68;
}
</style>