Shades of Palatinate Purple #6F1655
Tints of Palatinate Purple #6F1655
RGB
CMYK
RGB Variations
Color information
#6F1655 (or 0x6F1655) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 55. RGB value is (111,22,85). Sum of RGB (Red+Green+Blue) = 111+22+85=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1655 is #90E9AA. Grayscale: #373737. Windows color (decimal): -9497003 or 5576303. OLE color: 5576303.
HSL color Cylindrical-coordinate representation of color #6F1655: hue angle of 317.53º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1655 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 85 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.56 |
| HSL | 317.53º | 0.67% | 0.26% | - |
| HSV(B) | 317.53º | 0.8% | 0.44% | - |
| XYZ | 8.48 | 4.61 | 9.04 | - |
| YUV | 55.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 85 | 0 | 0.80 | 0.23 | 0.56 | 317.53 | 0.67 | 0.26 |
| Hex | 6F | 16 | 55 | 0 | 50 | 17 | 38 | 13E | 43 | 1A |
| Octal | 157 | 26 | 125 | 0 | 120 | 27 | 70 | 476 | 103 | 32 |
| Binary | 1101111 | 10110 | 1010101 | 0 | 1010000 | 10111 | 111000 | 100111110 | 1000011 | 11010 |
Color Harmonies of #6F1655
Complementary color
Monochromatic Colors of #6F1655
Black with #6F1655
Text Example
Text Example
White with #6F1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1655; }
p { color: rgb(111,22,85); }
H1.HeaderClassName
{
color: #6F1655;
}
.AnyTagClassName
{
color: #6F1655;
}
</style>
background-color css
<style>
a { background-color: #6F1655; }
a { background-color: rgb(111,22,85); }
div.DivClassName
{
background-color: #6F1655;
}
.BgClassName
{
background-color: #6F1655;
}
</style>
border-color css
<style>
span { border-color: #6F1655; }
span { border-color: rgb(111,22,85); }
td.TdClassName
{
border-color: #6F1655;
}
.TagClassName
{
border-color: #6F1655;
}
</style>