Shades of Palatinate Purple #6D0561
Tints of Palatinate Purple #6D0561
RGB
CMYK
RGB Variations
Color information
#6D0561 (or 0x6D0561) is known color: Palatinate Purple. HEX triplet: 6D, 05 and 61. RGB value is (109,5,97). Sum of RGB (Red+Green+Blue) = 109+5+97=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0561 is #92FA9E. Grayscale: #2E2E2E. Windows color (decimal): -9632415 or 6358381. OLE color: 6358381.
HSL color Cylindrical-coordinate representation of color #6D0561: hue angle of 306.92º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0561 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 97 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.57 |
| HSL | 306.92º | 0.91% | 0.22% | - |
| HSV(B) | 306.92º | 0.95% | 0.43% | - |
| XYZ | 8.52 | 4.22 | 11.68 | - |
| YUV | 46.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 97 | 0 | 0.95 | 0.11 | 0.57 | 306.92 | 0.91 | 0.22 |
| Hex | 6D | 5 | 61 | 0 | 5F | B | 39 | 133 | 5B | 16 |
| Octal | 155 | 5 | 141 | 0 | 137 | 13 | 71 | 463 | 133 | 26 |
| Binary | 1101101 | 101 | 1100001 | 0 | 1011111 | 1011 | 111001 | 100110011 | 1011011 | 10110 |
Color Harmonies of #6D0561
Complementary color
Monochromatic Colors of #6D0561
Black with #6D0561
Text Example
Text Example
White with #6D0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0561; }
p { color: rgb(109,5,97); }
H1.HeaderClassName
{
color: #6D0561;
}
.AnyTagClassName
{
color: #6D0561;
}
</style>
background-color css
<style>
a { background-color: #6D0561; }
a { background-color: rgb(109,5,97); }
div.DivClassName
{
background-color: #6D0561;
}
.BgClassName
{
background-color: #6D0561;
}
</style>
border-color css
<style>
span { border-color: #6D0561; }
span { border-color: rgb(109,5,97); }
td.TdClassName
{
border-color: #6D0561;
}
.TagClassName
{
border-color: #6D0561;
}
</style>