Shades of Palatinate Purple #6D0A57
Tints of Palatinate Purple #6D0A57
RGB
CMYK
RGB Variations
Color information
#6D0A57 (or 0x6D0A57) is known color: Palatinate Purple. HEX triplet: 6D, 0A and 57. RGB value is (109,10,87). Sum of RGB (Red+Green+Blue) = 109+10+87=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A57 is #92F5A8. Grayscale: #303030. Windows color (decimal): -9631145 or 5704301. OLE color: 5704301.
HSL color Cylindrical-coordinate representation of color #6D0A57: hue angle of 313.33º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A57 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 87 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.57 |
| HSL | 313.33º | 0.83% | 0.23% | - |
| HSV(B) | 313.33º | 0.91% | 0.43% | - |
| XYZ | 8.14 | 4.16 | 9.39 | - |
| YUV | 48.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 87 | 0 | 0.91 | 0.20 | 0.57 | 313.33 | 0.83 | 0.23 |
| Hex | 6D | A | 57 | 0 | 5B | 14 | 39 | 139 | 53 | 17 |
| Octal | 155 | 12 | 127 | 0 | 133 | 24 | 71 | 471 | 123 | 27 |
| Binary | 1101101 | 1010 | 1010111 | 0 | 1011011 | 10100 | 111001 | 100111001 | 1010011 | 10111 |
Color Harmonies of #6D0A57
Complementary color
Monochromatic Colors of #6D0A57
Black with #6D0A57
Text Example
Text Example
White with #6D0A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A57; }
p { color: rgb(109,10,87); }
H1.HeaderClassName
{
color: #6D0A57;
}
.AnyTagClassName
{
color: #6D0A57;
}
</style>
background-color css
<style>
a { background-color: #6D0A57; }
a { background-color: rgb(109,10,87); }
div.DivClassName
{
background-color: #6D0A57;
}
.BgClassName
{
background-color: #6D0A57;
}
</style>
border-color css
<style>
span { border-color: #6D0A57; }
span { border-color: rgb(109,10,87); }
td.TdClassName
{
border-color: #6D0A57;
}
.TagClassName
{
border-color: #6D0A57;
}
</style>