Shades of Palatinate Purple #6D1567
Tints of Palatinate Purple #6D1567
RGB
CMYK
RGB Variations
Color information
#6D1567 (or 0x6D1567) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 67. RGB value is (109,21,103). Sum of RGB (Red+Green+Blue) = 109+21+103=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1567 is #92EA98. Grayscale: #383838. Windows color (decimal): -9628313 or 6755693. OLE color: 6755693.
HSL color Cylindrical-coordinate representation of color #6D1567: hue angle of 304.09º 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 #6D1567 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 103 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.57 |
| HSL | 304.09º | 0.68% | 0.25% | - |
| HSV(B) | 304.09º | 0.81% | 0.43% | - |
| XYZ | 9.02 | 4.77 | 13.28 | - |
| YUV | 56.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 103 | 0 | 0.81 | 0.06 | 0.57 | 304.09 | 0.68 | 0.25 |
| Hex | 6D | 15 | 67 | 0 | 51 | 6 | 39 | 130 | 44 | 19 |
| Octal | 155 | 25 | 147 | 0 | 121 | 6 | 71 | 460 | 104 | 31 |
| Binary | 1101101 | 10101 | 1100111 | 0 | 1010001 | 110 | 111001 | 100110000 | 1000100 | 11001 |
Color Harmonies of #6D1567
Complementary color
Monochromatic Colors of #6D1567
Black with #6D1567
Text Example
Text Example
White with #6D1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1567; }
p { color: rgb(109,21,103); }
H1.HeaderClassName
{
color: #6D1567;
}
.AnyTagClassName
{
color: #6D1567;
}
</style>
background-color css
<style>
a { background-color: #6D1567; }
a { background-color: rgb(109,21,103); }
div.DivClassName
{
background-color: #6D1567;
}
.BgClassName
{
background-color: #6D1567;
}
</style>
border-color css
<style>
span { border-color: #6D1567; }
span { border-color: rgb(109,21,103); }
td.TdClassName
{
border-color: #6D1567;
}
.TagClassName
{
border-color: #6D1567;
}
</style>