Shades of Palatinate Purple #753B67
Tints of Palatinate Purple #753B67
RGB
CMYK
RGB Variations
Color information
#753B67 (or 0x753B67) is known color: Palatinate Purple. HEX triplet: 75, 3B and 67. RGB value is (117,59,103). Sum of RGB (Red+Green+Blue) = 117+59+103=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B67 is #8AC498. Grayscale: #515151. Windows color (decimal): -9094297 or 6765429. OLE color: 6765429.
HSL color Cylindrical-coordinate representation of color #753B67: hue angle of 314.48º 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 #753B67 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 103 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.54 |
| HSL | 314.48º | 0.33% | 0.35% | - |
| HSV(B) | 314.48º | 0.5% | 0.46% | - |
| XYZ | 11.35 | 7.89 | 13.76 | - |
| YUV | 81.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 103 | 0 | 0.50 | 0.12 | 0.54 | 314.48 | 0.33 | 0.35 |
| Hex | 75 | 3B | 67 | 0 | 32 | C | 36 | 13A | 21 | 23 |
| Octal | 165 | 73 | 147 | 0 | 62 | 14 | 66 | 472 | 41 | 43 |
| Binary | 1110101 | 111011 | 1100111 | 0 | 110010 | 1100 | 110110 | 100111010 | 100001 | 100011 |
Color Harmonies of #753B67
Complementary color
Monochromatic Colors of #753B67
Black with #753B67
Text Example
Text Example
White with #753B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B67; }
p { color: rgb(117,59,103); }
H1.HeaderClassName
{
color: #753B67;
}
.AnyTagClassName
{
color: #753B67;
}
</style>
background-color css
<style>
a { background-color: #753B67; }
a { background-color: rgb(117,59,103); }
div.DivClassName
{
background-color: #753B67;
}
.BgClassName
{
background-color: #753B67;
}
</style>
border-color css
<style>
span { border-color: #753B67; }
span { border-color: rgb(117,59,103); }
td.TdClassName
{
border-color: #753B67;
}
.TagClassName
{
border-color: #753B67;
}
</style>