Shades of Palatinate Purple #6D1854
Tints of Palatinate Purple #6D1854
RGB
CMYK
RGB Variations
Color information
#6D1854 (or 0x6D1854) is known color: Palatinate Purple. HEX triplet: 6D, 18 and 54. RGB value is (109,24,84). Sum of RGB (Red+Green+Blue) = 109+24+84=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1854 is #92E7AB. Grayscale: #383838. Windows color (decimal): -9627564 or 5511277. OLE color: 5511277.
HSL color Cylindrical-coordinate representation of color #6D1854: hue angle of 317.65º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1854 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 84 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.57 |
| HSL | 317.65º | 0.64% | 0.26% | - |
| HSV(B) | 317.65º | 0.78% | 0.43% | - |
| XYZ | 8.23 | 4.54 | 8.83 | - |
| YUV | 56.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 84 | 0 | 0.78 | 0.23 | 0.57 | 317.65 | 0.64 | 0.26 |
| Hex | 6D | 18 | 54 | 0 | 4E | 17 | 39 | 13E | 40 | 1A |
| Octal | 155 | 30 | 124 | 0 | 116 | 27 | 71 | 476 | 100 | 32 |
| Binary | 1101101 | 11000 | 1010100 | 0 | 1001110 | 10111 | 111001 | 100111110 | 1000000 | 11010 |
Color Harmonies of #6D1854
Complementary color
Monochromatic Colors of #6D1854
Black with #6D1854
Text Example
Text Example
White with #6D1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1854; }
p { color: rgb(109,24,84); }
H1.HeaderClassName
{
color: #6D1854;
}
.AnyTagClassName
{
color: #6D1854;
}
</style>
background-color css
<style>
a { background-color: #6D1854; }
a { background-color: rgb(109,24,84); }
div.DivClassName
{
background-color: #6D1854;
}
.BgClassName
{
background-color: #6D1854;
}
</style>
border-color css
<style>
span { border-color: #6D1854; }
span { border-color: rgb(109,24,84); }
td.TdClassName
{
border-color: #6D1854;
}
.TagClassName
{
border-color: #6D1854;
}
</style>