Shades of Palatinate Purple #6F1555
Tints of Palatinate Purple #6F1555
RGB
CMYK
RGB Variations
Color information
#6F1555 (or 0x6F1555) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 55. RGB value is (111,21,85). Sum of RGB (Red+Green+Blue) = 111+21+85=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1555 is #90EAAA. Grayscale: #373737. Windows color (decimal): -9497259 or 5576047. OLE color: 5576047.
HSL color Cylindrical-coordinate representation of color #6F1555: hue angle of 317.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1555 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 85 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.56 |
| HSL | 317.33º | 0.68% | 0.26% | - |
| HSV(B) | 317.33º | 0.81% | 0.44% | - |
| XYZ | 8.46 | 4.57 | 9.03 | - |
| YUV | 55.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 85 | 0 | 0.81 | 0.23 | 0.56 | 317.33 | 0.68 | 0.26 |
| Hex | 6F | 15 | 55 | 0 | 51 | 17 | 38 | 13D | 44 | 1A |
| Octal | 157 | 25 | 125 | 0 | 121 | 27 | 70 | 475 | 104 | 32 |
| Binary | 1101111 | 10101 | 1010101 | 0 | 1010001 | 10111 | 111000 | 100111101 | 1000100 | 11010 |
Color Harmonies of #6F1555
Complementary color
Monochromatic Colors of #6F1555
Black with #6F1555
Text Example
Text Example
White with #6F1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1555; }
p { color: rgb(111,21,85); }
H1.HeaderClassName
{
color: #6F1555;
}
.AnyTagClassName
{
color: #6F1555;
}
</style>
background-color css
<style>
a { background-color: #6F1555; }
a { background-color: rgb(111,21,85); }
div.DivClassName
{
background-color: #6F1555;
}
.BgClassName
{
background-color: #6F1555;
}
</style>
border-color css
<style>
span { border-color: #6F1555; }
span { border-color: rgb(111,21,85); }
td.TdClassName
{
border-color: #6F1555;
}
.TagClassName
{
border-color: #6F1555;
}
</style>