Shades of Palatinate Purple #753B69
Tints of Palatinate Purple #753B69
RGB
CMYK
RGB Variations
Color information
#753B69 (or 0x753B69) is known color: Palatinate Purple. HEX triplet: 75, 3B and 69. RGB value is (117,59,105). Sum of RGB (Red+Green+Blue) = 117+59+105=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B69 is #8AC496. Grayscale: #515151. Windows color (decimal): -9094295 or 6896501. OLE color: 6896501.
HSL color Cylindrical-coordinate representation of color #753B69: hue angle of 312.41º 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 #753B69 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 105 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.54 |
| HSL | 312.41º | 0.33% | 0.35% | - |
| HSV(B) | 312.41º | 0.5% | 0.46% | - |
| XYZ | 11.45 | 7.93 | 14.29 | - |
| YUV | 81.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 105 | 0 | 0.50 | 0.10 | 0.54 | 312.41 | 0.33 | 0.35 |
| Hex | 75 | 3B | 69 | 0 | 32 | A | 36 | 138 | 21 | 23 |
| Octal | 165 | 73 | 151 | 0 | 62 | 12 | 66 | 470 | 41 | 43 |
| Binary | 1110101 | 111011 | 1101001 | 0 | 110010 | 1010 | 110110 | 100111000 | 100001 | 100011 |
Color Harmonies of #753B69
Complementary color
Monochromatic Colors of #753B69
Black with #753B69
Text Example
Text Example
White with #753B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B69; }
p { color: rgb(117,59,105); }
H1.HeaderClassName
{
color: #753B69;
}
.AnyTagClassName
{
color: #753B69;
}
</style>
background-color css
<style>
a { background-color: #753B69; }
a { background-color: rgb(117,59,105); }
div.DivClassName
{
background-color: #753B69;
}
.BgClassName
{
background-color: #753B69;
}
</style>
border-color css
<style>
span { border-color: #753B69; }
span { border-color: rgb(117,59,105); }
td.TdClassName
{
border-color: #753B69;
}
.TagClassName
{
border-color: #753B69;
}
</style>