Shades of Palatinate Purple #65115C
Tints of Palatinate Purple #65115C
RGB
CMYK
RGB Variations
Color information
#65115C (or 0x65115C) is known color: Palatinate Purple. HEX triplet: 65, 11 and 5C. RGB value is (101,17,92). Sum of RGB (Red+Green+Blue) = 101+17+92=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65115C is #9AEEA3. Grayscale: #323232. Windows color (decimal): -10153636 or 6033765. OLE color: 6033765.
HSL color Cylindrical-coordinate representation of color #65115C: hue angle of 306.43º 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 #65115C is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 92 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.60 |
| HSL | 306.43º | 0.71% | 0.23% | - |
| HSV(B) | 306.43º | 0.83% | 0.4% | - |
| XYZ | 7.5 | 3.94 | 10.49 | - |
| YUV | 50.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 92 | 0 | 0.83 | 0.09 | 0.60 | 306.43 | 0.71 | 0.23 |
| Hex | 65 | 11 | 5C | 0 | 53 | 9 | 3C | 132 | 47 | 17 |
| Octal | 145 | 21 | 134 | 0 | 123 | 11 | 74 | 462 | 107 | 27 |
| Binary | 1100101 | 10001 | 1011100 | 0 | 1010011 | 1001 | 111100 | 100110010 | 1000111 | 10111 |
Color Harmonies of #65115C
Complementary color
Monochromatic Colors of #65115C
Black with #65115C
Text Example
Text Example
White with #65115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65115C; }
p { color: rgb(101,17,92); }
H1.HeaderClassName
{
color: #65115C;
}
.AnyTagClassName
{
color: #65115C;
}
</style>
background-color css
<style>
a { background-color: #65115C; }
a { background-color: rgb(101,17,92); }
div.DivClassName
{
background-color: #65115C;
}
.BgClassName
{
background-color: #65115C;
}
</style>
border-color css
<style>
span { border-color: #65115C; }
span { border-color: rgb(101,17,92); }
td.TdClassName
{
border-color: #65115C;
}
.TagClassName
{
border-color: #65115C;
}
</style>