Shades of Palatinate Purple #753D67
Tints of Palatinate Purple #753D67
RGB
CMYK
RGB Variations
Color information
#753D67 (or 0x753D67) is known color: Palatinate Purple. HEX triplet: 75, 3D and 67. RGB value is (117,61,103). Sum of RGB (Red+Green+Blue) = 117+61+103=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D67 is #8AC298. Grayscale: #525252. Windows color (decimal): -9093785 or 6765941. OLE color: 6765941.
HSL color Cylindrical-coordinate representation of color #753D67: hue angle of 315º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D67 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 103 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.54 |
| HSL | 315º | 0.31% | 0.35% | - |
| HSV(B) | 315º | 0.48% | 0.46% | - |
| XYZ | 11.45 | 8.1 | 13.79 | - |
| YUV | 82.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 103 | 0 | 0.48 | 0.12 | 0.54 | 315 | 0.31 | 0.35 |
| Hex | 75 | 3D | 67 | 0 | 30 | C | 36 | 13B | 1F | 23 |
| Octal | 165 | 75 | 147 | 0 | 60 | 14 | 66 | 473 | 37 | 43 |
| Binary | 1110101 | 111101 | 1100111 | 0 | 110000 | 1100 | 110110 | 100111011 | 11111 | 100011 |
Color Harmonies of #753D67
Complementary color
Monochromatic Colors of #753D67
Black with #753D67
Text Example
Text Example
White with #753D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D67; }
p { color: rgb(117,61,103); }
H1.HeaderClassName
{
color: #753D67;
}
.AnyTagClassName
{
color: #753D67;
}
</style>
background-color css
<style>
a { background-color: #753D67; }
a { background-color: rgb(117,61,103); }
div.DivClassName
{
background-color: #753D67;
}
.BgClassName
{
background-color: #753D67;
}
</style>
border-color css
<style>
span { border-color: #753D67; }
span { border-color: rgb(117,61,103); }
td.TdClassName
{
border-color: #753D67;
}
.TagClassName
{
border-color: #753D67;
}
</style>