Shades of Palatinate Purple #6D0361
Tints of Palatinate Purple #6D0361
RGB
CMYK
RGB Variations
Color information
#6D0361 (or 0x6D0361) is known color: Palatinate Purple. HEX triplet: 6D, 03 and 61. RGB value is (109,3,97). Sum of RGB (Red+Green+Blue) = 109+3+97=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0361 is #92FC9E. Grayscale: #2D2D2D. Windows color (decimal): -9632927 or 6357869. OLE color: 6357869.
HSL color Cylindrical-coordinate representation of color #6D0361: hue angle of 306.79º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0361 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 97 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.57 |
| HSL | 306.79º | 0.95% | 0.22% | - |
| HSV(B) | 306.79º | 0.97% | 0.43% | - |
| XYZ | 8.5 | 4.18 | 11.67 | - |
| YUV | 45.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 97 | 0 | 0.97 | 0.11 | 0.57 | 306.79 | 0.95 | 0.22 |
| Hex | 6D | 3 | 61 | 0 | 61 | B | 39 | 133 | 5F | 16 |
| Octal | 155 | 3 | 141 | 0 | 141 | 13 | 71 | 463 | 137 | 26 |
| Binary | 1101101 | 11 | 1100001 | 0 | 1100001 | 1011 | 111001 | 100110011 | 1011111 | 10110 |
Color Harmonies of #6D0361
Complementary color
Monochromatic Colors of #6D0361
Black with #6D0361
Text Example
Text Example
White with #6D0361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0361; }
p { color: rgb(109,3,97); }
H1.HeaderClassName
{
color: #6D0361;
}
.AnyTagClassName
{
color: #6D0361;
}
</style>
background-color css
<style>
a { background-color: #6D0361; }
a { background-color: rgb(109,3,97); }
div.DivClassName
{
background-color: #6D0361;
}
.BgClassName
{
background-color: #6D0361;
}
</style>
border-color css
<style>
span { border-color: #6D0361; }
span { border-color: rgb(109,3,97); }
td.TdClassName
{
border-color: #6D0361;
}
.TagClassName
{
border-color: #6D0361;
}
</style>