Shades of Palatinate Purple #753366
Tints of Palatinate Purple #753366
RGB
CMYK
RGB Variations
Color information
#753366 (or 0x753366) is known color: Palatinate Purple. HEX triplet: 75, 33 and 66. RGB value is (117,51,102). Sum of RGB (Red+Green+Blue) = 117+51+102=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #753366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753366 is #8ACC99. Grayscale: #4C4C4C. Windows color (decimal): -9096346 or 6697845. OLE color: 6697845.
HSL color Cylindrical-coordinate representation of color #753366: hue angle of 313.64º 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 #753366 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 102 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.54 |
| HSL | 313.64º | 0.39% | 0.33% | - |
| HSV(B) | 313.64º | 0.56% | 0.46% | - |
| XYZ | 10.92 | 7.11 | 13.37 | - |
| YUV | 76.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 102 | 0 | 0.56 | 0.13 | 0.54 | 313.64 | 0.39 | 0.33 |
| Hex | 75 | 33 | 66 | 0 | 38 | D | 36 | 13A | 27 | 21 |
| Octal | 165 | 63 | 146 | 0 | 70 | 15 | 66 | 472 | 47 | 41 |
| Binary | 1110101 | 110011 | 1100110 | 0 | 111000 | 1101 | 110110 | 100111010 | 100111 | 100001 |
Color Harmonies of #753366
Complementary color
Monochromatic Colors of #753366
Black with #753366
Text Example
Text Example
White with #753366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753366; }
p { color: rgb(117,51,102); }
H1.HeaderClassName
{
color: #753366;
}
.AnyTagClassName
{
color: #753366;
}
</style>
background-color css
<style>
a { background-color: #753366; }
a { background-color: rgb(117,51,102); }
div.DivClassName
{
background-color: #753366;
}
.BgClassName
{
background-color: #753366;
}
</style>
border-color css
<style>
span { border-color: #753366; }
span { border-color: rgb(117,51,102); }
td.TdClassName
{
border-color: #753366;
}
.TagClassName
{
border-color: #753366;
}
</style>