Shades of Palatinate Purple #6F1F66
Tints of Palatinate Purple #6F1F66
RGB
CMYK
RGB Variations
Color information
#6F1F66 (or 0x6F1F66) is known color: Palatinate Purple. HEX triplet: 6F, 1F and 66. RGB value is (111,31,102). Sum of RGB (Red+Green+Blue) = 111+31+102=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1F66 is #90E099. Grayscale: #3E3E3E. Windows color (decimal): -9494682 or 6692719. OLE color: 6692719.
HSL color Cylindrical-coordinate representation of color #6F1F66: hue angle of 306.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F66 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 102 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.56 |
| HSL | 306.75º | 0.56% | 0.28% | - |
| HSV(B) | 306.75º | 0.72% | 0.44% | - |
| XYZ | 9.44 | 5.32 | 13.1 | - |
| YUV | 63.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 102 | 0 | 0.72 | 0.08 | 0.56 | 306.75 | 0.56 | 0.28 |
| Hex | 6F | 1F | 66 | 0 | 48 | 8 | 38 | 133 | 38 | 1C |
| Octal | 157 | 37 | 146 | 0 | 110 | 10 | 70 | 463 | 70 | 34 |
| Binary | 1101111 | 11111 | 1100110 | 0 | 1001000 | 1000 | 111000 | 100110011 | 111000 | 11100 |
Color Harmonies of #6F1F66
Complementary color
Monochromatic Colors of #6F1F66
Black with #6F1F66
Text Example
Text Example
White with #6F1F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F66; }
p { color: rgb(111,31,102); }
H1.HeaderClassName
{
color: #6F1F66;
}
.AnyTagClassName
{
color: #6F1F66;
}
</style>
background-color css
<style>
a { background-color: #6F1F66; }
a { background-color: rgb(111,31,102); }
div.DivClassName
{
background-color: #6F1F66;
}
.BgClassName
{
background-color: #6F1F66;
}
</style>
border-color css
<style>
span { border-color: #6F1F66; }
span { border-color: rgb(111,31,102); }
td.TdClassName
{
border-color: #6F1F66;
}
.TagClassName
{
border-color: #6F1F66;
}
</style>