Shades of Palatinate Purple #65115D
Tints of Palatinate Purple #65115D
RGB
CMYK
RGB Variations
Color information
#65115D (or 0x65115D) is known color: Palatinate Purple. HEX triplet: 65, 11 and 5D. RGB value is (101,17,93). Sum of RGB (Red+Green+Blue) = 101+17+93=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65115D is #9AEEA2. Grayscale: #323232. Windows color (decimal): -10153635 or 6099301. OLE color: 6099301.
HSL color Cylindrical-coordinate representation of color #65115D: hue angle of 305.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65115D is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 93 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.60 |
| HSL | 305.71º | 0.71% | 0.23% | - |
| HSV(B) | 305.71º | 0.83% | 0.4% | - |
| XYZ | 7.54 | 3.96 | 10.72 | - |
| YUV | 50.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 93 | 0 | 0.83 | 0.08 | 0.60 | 305.71 | 0.71 | 0.23 |
| Hex | 65 | 11 | 5D | 0 | 53 | 8 | 3C | 132 | 47 | 17 |
| Octal | 145 | 21 | 135 | 0 | 123 | 10 | 74 | 462 | 107 | 27 |
| Binary | 1100101 | 10001 | 1011101 | 0 | 1010011 | 1000 | 111100 | 100110010 | 1000111 | 10111 |
Color Harmonies of #65115D
Complementary color
Monochromatic Colors of #65115D
Black with #65115D
Text Example
Text Example
White with #65115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65115D; }
p { color: rgb(101,17,93); }
H1.HeaderClassName
{
color: #65115D;
}
.AnyTagClassName
{
color: #65115D;
}
</style>
background-color css
<style>
a { background-color: #65115D; }
a { background-color: rgb(101,17,93); }
div.DivClassName
{
background-color: #65115D;
}
.BgClassName
{
background-color: #65115D;
}
</style>
border-color css
<style>
span { border-color: #65115D; }
span { border-color: rgb(101,17,93); }
td.TdClassName
{
border-color: #65115D;
}
.TagClassName
{
border-color: #65115D;
}
</style>