Shades of Palatinate Purple #6D0864
Tints of Palatinate Purple #6D0864
RGB
CMYK
RGB Variations
Color information
#6D0864 (or 0x6D0864) is known color: Palatinate Purple. HEX triplet: 6D, 08 and 64. RGB value is (109,8,100). Sum of RGB (Red+Green+Blue) = 109+8+100=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0864 is #92F79B. Grayscale: #303030. Windows color (decimal): -9631644 or 6555757. OLE color: 6555757.
HSL color Cylindrical-coordinate representation of color #6D0864: hue angle of 305.35º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0864 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 100 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.57 |
| HSL | 305.35º | 0.86% | 0.23% | - |
| HSV(B) | 305.35º | 0.93% | 0.43% | - |
| XYZ | 8.69 | 4.34 | 12.44 | - |
| YUV | 48.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 100 | 0 | 0.93 | 0.08 | 0.57 | 305.35 | 0.86 | 0.23 |
| Hex | 6D | 8 | 64 | 0 | 5D | 8 | 39 | 131 | 56 | 17 |
| Octal | 155 | 10 | 144 | 0 | 135 | 10 | 71 | 461 | 126 | 27 |
| Binary | 1101101 | 1000 | 1100100 | 0 | 1011101 | 1000 | 111001 | 100110001 | 1010110 | 10111 |
Color Harmonies of #6D0864
Complementary color
Monochromatic Colors of #6D0864
Black with #6D0864
Text Example
Text Example
White with #6D0864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0864; }
p { color: rgb(109,8,100); }
H1.HeaderClassName
{
color: #6D0864;
}
.AnyTagClassName
{
color: #6D0864;
}
</style>
background-color css
<style>
a { background-color: #6D0864; }
a { background-color: rgb(109,8,100); }
div.DivClassName
{
background-color: #6D0864;
}
.BgClassName
{
background-color: #6D0864;
}
</style>
border-color css
<style>
span { border-color: #6D0864; }
span { border-color: rgb(109,8,100); }
td.TdClassName
{
border-color: #6D0864;
}
.TagClassName
{
border-color: #6D0864;
}
</style>