Shades of Palatinate Purple #753265
Tints of Palatinate Purple #753265
RGB
CMYK
RGB Variations
Color information
#753265 (or 0x753265) is known color: Palatinate Purple. HEX triplet: 75, 32 and 65. RGB value is (117,50,101). Sum of RGB (Red+Green+Blue) = 117+50+101=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #753265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753265 is #8ACD9A. Grayscale: #4B4B4B. Windows color (decimal): -9096603 or 6632053. OLE color: 6632053.
HSL color Cylindrical-coordinate representation of color #753265: hue angle of 314.33º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753265 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 101 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.54 |
| HSL | 314.33º | 0.4% | 0.33% | - |
| HSV(B) | 314.33º | 0.57% | 0.46% | - |
| XYZ | 10.83 | 7 | 13.09 | - |
| YUV | 75.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 101 | 0 | 0.57 | 0.14 | 0.54 | 314.33 | 0.4 | 0.33 |
| Hex | 75 | 32 | 65 | 0 | 39 | E | 36 | 13A | 28 | 21 |
| Octal | 165 | 62 | 145 | 0 | 71 | 16 | 66 | 472 | 50 | 41 |
| Binary | 1110101 | 110010 | 1100101 | 0 | 111001 | 1110 | 110110 | 100111010 | 101000 | 100001 |
Color Harmonies of #753265
Complementary color
Monochromatic Colors of #753265
Black with #753265
Text Example
Text Example
White with #753265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753265; }
p { color: rgb(117,50,101); }
H1.HeaderClassName
{
color: #753265;
}
.AnyTagClassName
{
color: #753265;
}
</style>
background-color css
<style>
a { background-color: #753265; }
a { background-color: rgb(117,50,101); }
div.DivClassName
{
background-color: #753265;
}
.BgClassName
{
background-color: #753265;
}
</style>
border-color css
<style>
span { border-color: #753265; }
span { border-color: rgb(117,50,101); }
td.TdClassName
{
border-color: #753265;
}
.TagClassName
{
border-color: #753265;
}
</style>