Shades of Palatinate Purple #753363
Tints of Palatinate Purple #753363
RGB
CMYK
RGB Variations
Color information
#753363 (or 0x753363) is known color: Palatinate Purple. HEX triplet: 75, 33 and 63. RGB value is (117,51,99). Sum of RGB (Red+Green+Blue) = 117+51+99=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753363 is #8ACC9C. Grayscale: #4C4C4C. Windows color (decimal): -9096349 or 6501237. OLE color: 6501237.
HSL color Cylindrical-coordinate representation of color #753363: hue angle of 316.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753363 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 99 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.54 |
| HSL | 316.36º | 0.39% | 0.33% | - |
| HSV(B) | 316.36º | 0.56% | 0.46% | - |
| XYZ | 10.77 | 7.05 | 12.6 | - |
| YUV | 76.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 99 | 0 | 0.56 | 0.15 | 0.54 | 316.36 | 0.39 | 0.33 |
| Hex | 75 | 33 | 63 | 0 | 38 | F | 36 | 13C | 27 | 21 |
| Octal | 165 | 63 | 143 | 0 | 70 | 17 | 66 | 474 | 47 | 41 |
| Binary | 1110101 | 110011 | 1100011 | 0 | 111000 | 1111 | 110110 | 100111100 | 100111 | 100001 |
Color Harmonies of #753363
Complementary color
Monochromatic Colors of #753363
Black with #753363
Text Example
Text Example
White with #753363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753363; }
p { color: rgb(117,51,99); }
H1.HeaderClassName
{
color: #753363;
}
.AnyTagClassName
{
color: #753363;
}
</style>
background-color css
<style>
a { background-color: #753363; }
a { background-color: rgb(117,51,99); }
div.DivClassName
{
background-color: #753363;
}
.BgClassName
{
background-color: #753363;
}
</style>
border-color css
<style>
span { border-color: #753363; }
span { border-color: rgb(117,51,99); }
td.TdClassName
{
border-color: #753363;
}
.TagClassName
{
border-color: #753363;
}
</style>