Shades of Palatinate Purple #6D1566
Tints of Palatinate Purple #6D1566
RGB
CMYK
RGB Variations
Color information
#6D1566 (or 0x6D1566) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 66. RGB value is (109,21,102). Sum of RGB (Red+Green+Blue) = 109+21+102=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1566 is #92EA99. Grayscale: #383838. Windows color (decimal): -9628314 or 6690157. OLE color: 6690157.
HSL color Cylindrical-coordinate representation of color #6D1566: hue angle of 304.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1566 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 102 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.57 |
| HSL | 304.77º | 0.68% | 0.25% | - |
| HSV(B) | 304.77º | 0.81% | 0.43% | - |
| XYZ | 8.97 | 4.75 | 13.01 | - |
| YUV | 56.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 102 | 0 | 0.81 | 0.06 | 0.57 | 304.77 | 0.68 | 0.25 |
| Hex | 6D | 15 | 66 | 0 | 51 | 6 | 39 | 131 | 44 | 19 |
| Octal | 155 | 25 | 146 | 0 | 121 | 6 | 71 | 461 | 104 | 31 |
| Binary | 1101101 | 10101 | 1100110 | 0 | 1010001 | 110 | 111001 | 100110001 | 1000100 | 11001 |
Color Harmonies of #6D1566
Complementary color
Monochromatic Colors of #6D1566
Black with #6D1566
Text Example
Text Example
White with #6D1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1566; }
p { color: rgb(109,21,102); }
H1.HeaderClassName
{
color: #6D1566;
}
.AnyTagClassName
{
color: #6D1566;
}
</style>
background-color css
<style>
a { background-color: #6D1566; }
a { background-color: rgb(109,21,102); }
div.DivClassName
{
background-color: #6D1566;
}
.BgClassName
{
background-color: #6D1566;
}
</style>
border-color css
<style>
span { border-color: #6D1566; }
span { border-color: rgb(109,21,102); }
td.TdClassName
{
border-color: #6D1566;
}
.TagClassName
{
border-color: #6D1566;
}
</style>