Shades of Palatinate Purple #753365
Tints of Palatinate Purple #753365
RGB
CMYK
RGB Variations
Color information
#753365 (or 0x753365) is known color: Palatinate Purple. HEX triplet: 75, 33 and 65. RGB value is (117,51,101). Sum of RGB (Red+Green+Blue) = 117+51+101=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753365 is #8ACC9A. Grayscale: #4C4C4C. Windows color (decimal): -9096347 or 6632309. OLE color: 6632309.
HSL color Cylindrical-coordinate representation of color #753365: hue angle of 314.55º 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 #753365 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 101 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.54 |
| HSL | 314.55º | 0.39% | 0.33% | - |
| HSV(B) | 314.55º | 0.56% | 0.46% | - |
| XYZ | 10.87 | 7.09 | 13.11 | - |
| YUV | 76.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 101 | 0 | 0.56 | 0.14 | 0.54 | 314.55 | 0.39 | 0.33 |
| Hex | 75 | 33 | 65 | 0 | 38 | E | 36 | 13B | 27 | 21 |
| Octal | 165 | 63 | 145 | 0 | 70 | 16 | 66 | 473 | 47 | 41 |
| Binary | 1110101 | 110011 | 1100101 | 0 | 111000 | 1110 | 110110 | 100111011 | 100111 | 100001 |
Color Harmonies of #753365
Complementary color
Monochromatic Colors of #753365
Black with #753365
Text Example
Text Example
White with #753365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753365; }
p { color: rgb(117,51,101); }
H1.HeaderClassName
{
color: #753365;
}
.AnyTagClassName
{
color: #753365;
}
</style>
background-color css
<style>
a { background-color: #753365; }
a { background-color: rgb(117,51,101); }
div.DivClassName
{
background-color: #753365;
}
.BgClassName
{
background-color: #753365;
}
</style>
border-color css
<style>
span { border-color: #753365; }
span { border-color: rgb(117,51,101); }
td.TdClassName
{
border-color: #753365;
}
.TagClassName
{
border-color: #753365;
}
</style>