Shades of Palatinate Purple #65106B
Tints of Palatinate Purple #65106B
RGB
CMYK
RGB Variations
Color information
#65106B (or 0x65106B) is known color: Palatinate Purple. HEX triplet: 65, 10 and 6B. RGB value is (101,16,107). Sum of RGB (Red+Green+Blue) = 101+16+107=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #65106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65106B is #9AEF94. Grayscale: #333333. Windows color (decimal): -10153877 or 7016549. OLE color: 7016549.
HSL color Cylindrical-coordinate representation of color #65106B: hue angle of 296.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65106B is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 16 | 107 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.58 |
| HSL | 296.04º | 0.74% | 0.24% | - |
| HSV(B) | 296.04º | 0.85% | 0.42% | - |
| XYZ | 8.21 | 4.2 | 14.29 | - |
| YUV | 51.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 107 | 0.06 | 0.85 | 0 | 0.58 | 296.04 | 0.74 | 0.24 |
| Hex | 65 | 10 | 6B | 6 | 55 | 0 | 3A | 128 | 4A | 18 |
| Octal | 145 | 20 | 153 | 6 | 125 | 0 | 72 | 450 | 112 | 30 |
| Binary | 1100101 | 10000 | 1101011 | 110 | 1010101 | 0 | 111010 | 100101000 | 1001010 | 11000 |
Color Harmonies of #65106B
Complementary color
Monochromatic Colors of #65106B
Black with #65106B
Text Example
Text Example
White with #65106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65106B; }
p { color: rgb(101,16,107); }
H1.HeaderClassName
{
color: #65106B;
}
.AnyTagClassName
{
color: #65106B;
}
</style>
background-color css
<style>
a { background-color: #65106B; }
a { background-color: rgb(101,16,107); }
div.DivClassName
{
background-color: #65106B;
}
.BgClassName
{
background-color: #65106B;
}
</style>
border-color css
<style>
span { border-color: #65106B; }
span { border-color: rgb(101,16,107); }
td.TdClassName
{
border-color: #65106B;
}
.TagClassName
{
border-color: #65106B;
}
</style>