Shades of Palatinate Purple #752465
Tints of Palatinate Purple #752465
RGB
CMYK
RGB Variations
Color information
#752465 (or 0x752465) is known color: Palatinate Purple. HEX triplet: 75, 24 and 65. RGB value is (117,36,101). Sum of RGB (Red+Green+Blue) = 117+36+101=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #752465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752465 is #8ADB9A. Grayscale: #434343. Windows color (decimal): -9100187 or 6628469. OLE color: 6628469.
HSL color Cylindrical-coordinate representation of color #752465: hue angle of 311.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752465 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 101 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.54 |
| HSL | 311.85º | 0.53% | 0.3% | - |
| HSV(B) | 311.85º | 0.69% | 0.46% | - |
| XYZ | 10.32 | 5.98 | 12.92 | - |
| YUV | 67.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 101 | 0 | 0.69 | 0.14 | 0.54 | 311.85 | 0.53 | 0.3 |
| Hex | 75 | 24 | 65 | 0 | 45 | E | 36 | 138 | 35 | 1E |
| Octal | 165 | 44 | 145 | 0 | 105 | 16 | 66 | 470 | 65 | 36 |
| Binary | 1110101 | 100100 | 1100101 | 0 | 1000101 | 1110 | 110110 | 100111000 | 110101 | 11110 |
Color Harmonies of #752465
Complementary color
Monochromatic Colors of #752465
Black with #752465
Text Example
Text Example
White with #752465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752465; }
p { color: rgb(117,36,101); }
H1.HeaderClassName
{
color: #752465;
}
.AnyTagClassName
{
color: #752465;
}
</style>
background-color css
<style>
a { background-color: #752465; }
a { background-color: rgb(117,36,101); }
div.DivClassName
{
background-color: #752465;
}
.BgClassName
{
background-color: #752465;
}
</style>
border-color css
<style>
span { border-color: #752465; }
span { border-color: rgb(117,36,101); }
td.TdClassName
{
border-color: #752465;
}
.TagClassName
{
border-color: #752465;
}
</style>