Shades of Palatinate Purple #6F1C61
Tints of Palatinate Purple #6F1C61
RGB
CMYK
RGB Variations
Color information
#6F1C61 (or 0x6F1C61) is known color: Palatinate Purple. HEX triplet: 6F, 1C and 61. RGB value is (111,28,97). Sum of RGB (Red+Green+Blue) = 111+28+97=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C61 is #90E39E. Grayscale: #3C3C3C. Windows color (decimal): -9495455 or 6364271. OLE color: 6364271.
HSL color Cylindrical-coordinate representation of color #6F1C61: hue angle of 310.12º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C61 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 97 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.56 |
| HSL | 310.12º | 0.6% | 0.27% | - |
| HSV(B) | 310.12º | 0.75% | 0.44% | - |
| XYZ | 9.13 | 5.07 | 11.81 | - |
| YUV | 60.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 97 | 0 | 0.75 | 0.13 | 0.56 | 310.12 | 0.6 | 0.27 |
| Hex | 6F | 1C | 61 | 0 | 4B | D | 38 | 136 | 3C | 1B |
| Octal | 157 | 34 | 141 | 0 | 113 | 15 | 70 | 466 | 74 | 33 |
| Binary | 1101111 | 11100 | 1100001 | 0 | 1001011 | 1101 | 111000 | 100110110 | 111100 | 11011 |
Color Harmonies of #6F1C61
Complementary color
Monochromatic Colors of #6F1C61
Black with #6F1C61
Text Example
Text Example
White with #6F1C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C61; }
p { color: rgb(111,28,97); }
H1.HeaderClassName
{
color: #6F1C61;
}
.AnyTagClassName
{
color: #6F1C61;
}
</style>
background-color css
<style>
a { background-color: #6F1C61; }
a { background-color: rgb(111,28,97); }
div.DivClassName
{
background-color: #6F1C61;
}
.BgClassName
{
background-color: #6F1C61;
}
</style>
border-color css
<style>
span { border-color: #6F1C61; }
span { border-color: rgb(111,28,97); }
td.TdClassName
{
border-color: #6F1C61;
}
.TagClassName
{
border-color: #6F1C61;
}
</style>