Shades of Palatinate Purple #6F1055
Tints of Palatinate Purple #6F1055
RGB
CMYK
RGB Variations
Color information
#6F1055 (or 0x6F1055) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 55. RGB value is (111,16,85). Sum of RGB (Red+Green+Blue) = 111+16+85=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1055 is #90EFAA. Grayscale: #343434. Windows color (decimal): -9498539 or 5574767. OLE color: 5574767.
HSL color Cylindrical-coordinate representation of color #6F1055: hue angle of 316.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1055 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 85 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.56 |
| HSL | 316.42º | 0.75% | 0.25% | - |
| HSV(B) | 316.42º | 0.86% | 0.44% | - |
| XYZ | 8.38 | 4.41 | 9 | - |
| YUV | 52.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 85 | 0 | 0.86 | 0.23 | 0.56 | 316.42 | 0.75 | 0.25 |
| Hex | 6F | 10 | 55 | 0 | 56 | 17 | 38 | 13C | 4B | 19 |
| Octal | 157 | 20 | 125 | 0 | 126 | 27 | 70 | 474 | 113 | 31 |
| Binary | 1101111 | 10000 | 1010101 | 0 | 1010110 | 10111 | 111000 | 100111100 | 1001011 | 11001 |
Color Harmonies of #6F1055
Complementary color
Monochromatic Colors of #6F1055
Black with #6F1055
Text Example
Text Example
White with #6F1055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1055; }
p { color: rgb(111,16,85); }
H1.HeaderClassName
{
color: #6F1055;
}
.AnyTagClassName
{
color: #6F1055;
}
</style>
background-color css
<style>
a { background-color: #6F1055; }
a { background-color: rgb(111,16,85); }
div.DivClassName
{
background-color: #6F1055;
}
.BgClassName
{
background-color: #6F1055;
}
</style>
border-color css
<style>
span { border-color: #6F1055; }
span { border-color: rgb(111,16,85); }
td.TdClassName
{
border-color: #6F1055;
}
.TagClassName
{
border-color: #6F1055;
}
</style>