Shades of Palatinate Purple #65126D
Tints of Palatinate Purple #65126D
RGB
CMYK
RGB Variations
Color information
#65126D (or 0x65126D) is known color: Palatinate Purple. HEX triplet: 65, 12 and 6D. RGB value is (101,18,109). Sum of RGB (Red+Green+Blue) = 101+18+109=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #65126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65126D is #9AED92. Grayscale: #343434. Windows color (decimal): -10153363 or 7148133. OLE color: 7148133.
HSL color Cylindrical-coordinate representation of color #65126D: hue angle of 294.73º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65126D is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 18 | 109 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.57 |
| HSL | 294.73º | 0.72% | 0.25% | - |
| HSV(B) | 294.73º | 0.83% | 0.43% | - |
| XYZ | 8.34 | 4.3 | 14.86 | - |
| YUV | 53.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 109 | 0.07 | 0.83 | 0 | 0.57 | 294.73 | 0.72 | 0.25 |
| Hex | 65 | 12 | 6D | 7 | 53 | 0 | 39 | 127 | 48 | 19 |
| Octal | 145 | 22 | 155 | 7 | 123 | 0 | 71 | 447 | 110 | 31 |
| Binary | 1100101 | 10010 | 1101101 | 111 | 1010011 | 0 | 111001 | 100100111 | 1001000 | 11001 |
Color Harmonies of #65126D
Complementary color
Monochromatic Colors of #65126D
Black with #65126D
Text Example
Text Example
White with #65126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65126D; }
p { color: rgb(101,18,109); }
H1.HeaderClassName
{
color: #65126D;
}
.AnyTagClassName
{
color: #65126D;
}
</style>
background-color css
<style>
a { background-color: #65126D; }
a { background-color: rgb(101,18,109); }
div.DivClassName
{
background-color: #65126D;
}
.BgClassName
{
background-color: #65126D;
}
</style>
border-color css
<style>
span { border-color: #65126D; }
span { border-color: rgb(101,18,109); }
td.TdClassName
{
border-color: #65126D;
}
.TagClassName
{
border-color: #65126D;
}
</style>