Shades of Palatinate Purple #6D1965
Tints of Palatinate Purple #6D1965
RGB
CMYK
RGB Variations
Color information
#6D1965 (or 0x6D1965) is known color: Palatinate Purple. HEX triplet: 6D, 19 and 65. RGB value is (109,25,101). Sum of RGB (Red+Green+Blue) = 109+25+101=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1965 is #92E69A. Grayscale: #3A3A3A. Windows color (decimal): -9627291 or 6625645. OLE color: 6625645.
HSL color Cylindrical-coordinate representation of color #6D1965: hue angle of 305.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D1965 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 101 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.57 |
| HSL | 305.71º | 0.63% | 0.26% | - |
| HSV(B) | 305.71º | 0.77% | 0.43% | - |
| XYZ | 9 | 4.89 | 12.78 | - |
| YUV | 58.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 101 | 0 | 0.77 | 0.07 | 0.57 | 305.71 | 0.63 | 0.26 |
| Hex | 6D | 19 | 65 | 0 | 4D | 7 | 39 | 132 | 3F | 1A |
| Octal | 155 | 31 | 145 | 0 | 115 | 7 | 71 | 462 | 77 | 32 |
| Binary | 1101101 | 11001 | 1100101 | 0 | 1001101 | 111 | 111001 | 100110010 | 111111 | 11010 |
Color Harmonies of #6D1965
Complementary color
Monochromatic Colors of #6D1965
Black with #6D1965
Text Example
Text Example
White with #6D1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1965; }
p { color: rgb(109,25,101); }
H1.HeaderClassName
{
color: #6D1965;
}
.AnyTagClassName
{
color: #6D1965;
}
</style>
background-color css
<style>
a { background-color: #6D1965; }
a { background-color: rgb(109,25,101); }
div.DivClassName
{
background-color: #6D1965;
}
.BgClassName
{
background-color: #6D1965;
}
</style>
border-color css
<style>
span { border-color: #6D1965; }
span { border-color: rgb(109,25,101); }
td.TdClassName
{
border-color: #6D1965;
}
.TagClassName
{
border-color: #6D1965;
}
</style>