Shades of Palatinate Purple #6D1760
Tints of Palatinate Purple #6D1760
RGB
CMYK
RGB Variations
Color information
#6D1760 (or 0x6D1760) is known color: Palatinate Purple. HEX triplet: 6D, 17 and 60. RGB value is (109,23,96). Sum of RGB (Red+Green+Blue) = 109+23+96=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1760 is #92E89F. Grayscale: #383838. Windows color (decimal): -9627808 or 6297453. OLE color: 6297453.
HSL color Cylindrical-coordinate representation of color #6D1760: hue angle of 309.07º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1760 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 96 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.57 |
| HSL | 309.07º | 0.65% | 0.26% | - |
| HSV(B) | 309.07º | 0.79% | 0.43% | - |
| XYZ | 8.72 | 4.71 | 11.52 | - |
| YUV | 57.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 96 | 0 | 0.79 | 0.12 | 0.57 | 309.07 | 0.65 | 0.26 |
| Hex | 6D | 17 | 60 | 0 | 4F | C | 39 | 135 | 41 | 1A |
| Octal | 155 | 27 | 140 | 0 | 117 | 14 | 71 | 465 | 101 | 32 |
| Binary | 1101101 | 10111 | 1100000 | 0 | 1001111 | 1100 | 111001 | 100110101 | 1000001 | 11010 |
Color Harmonies of #6D1760
Complementary color
Monochromatic Colors of #6D1760
Black with #6D1760
Text Example
Text Example
White with #6D1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1760; }
p { color: rgb(109,23,96); }
H1.HeaderClassName
{
color: #6D1760;
}
.AnyTagClassName
{
color: #6D1760;
}
</style>
background-color css
<style>
a { background-color: #6D1760; }
a { background-color: rgb(109,23,96); }
div.DivClassName
{
background-color: #6D1760;
}
.BgClassName
{
background-color: #6D1760;
}
</style>
border-color css
<style>
span { border-color: #6D1760; }
span { border-color: rgb(109,23,96); }
td.TdClassName
{
border-color: #6D1760;
}
.TagClassName
{
border-color: #6D1760;
}
</style>