Shades of Palatinate Purple #751365
Tints of Palatinate Purple #751365
RGB
CMYK
RGB Variations
Color information
#751365 (or 0x751365) is known color: Palatinate Purple. HEX triplet: 75, 13 and 65. RGB value is (117,19,101). Sum of RGB (Red+Green+Blue) = 117+19+101=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #751365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751365 is #8AEC9A. Grayscale: #393939. Windows color (decimal): -9104539 or 6624117. OLE color: 6624117.
HSL color Cylindrical-coordinate representation of color #751365: hue angle of 309.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751365 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 101 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.54 |
| HSL | 309.8º | 0.72% | 0.27% | - |
| HSV(B) | 309.8º | 0.84% | 0.46% | - |
| XYZ | 9.92 | 5.19 | 12.79 | - |
| YUV | 57.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 101 | 0 | 0.84 | 0.14 | 0.54 | 309.8 | 0.72 | 0.27 |
| Hex | 75 | 13 | 65 | 0 | 54 | E | 36 | 136 | 48 | 1B |
| Octal | 165 | 23 | 145 | 0 | 124 | 16 | 66 | 466 | 110 | 33 |
| Binary | 1110101 | 10011 | 1100101 | 0 | 1010100 | 1110 | 110110 | 100110110 | 1001000 | 11011 |
Color Harmonies of #751365
Complementary color
Monochromatic Colors of #751365
Black with #751365
Text Example
Text Example
White with #751365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751365; }
p { color: rgb(117,19,101); }
H1.HeaderClassName
{
color: #751365;
}
.AnyTagClassName
{
color: #751365;
}
</style>
background-color css
<style>
a { background-color: #751365; }
a { background-color: rgb(117,19,101); }
div.DivClassName
{
background-color: #751365;
}
.BgClassName
{
background-color: #751365;
}
</style>
border-color css
<style>
span { border-color: #751365; }
span { border-color: rgb(117,19,101); }
td.TdClassName
{
border-color: #751365;
}
.TagClassName
{
border-color: #751365;
}
</style>