Shades of Palatinate Purple #6F156D
Tints of Palatinate Purple #6F156D
RGB
CMYK
RGB Variations
Color information
#6F156D (or 0x6F156D) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 6D. RGB value is (111,21,109). Sum of RGB (Red+Green+Blue) = 111+21+109=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F156D is #90EA92. Grayscale: #393939. Windows color (decimal): -9497235 or 7148911. OLE color: 7148911.
HSL color Cylindrical-coordinate representation of color #6F156D: hue angle of 301.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 #6F156D is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 109 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.56 |
| HSL | 301.33º | 0.68% | 0.26% | - |
| HSV(B) | 301.33º | 0.81% | 0.44% | - |
| XYZ | 9.58 | 5.02 | 14.93 | - |
| YUV | 57.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 109 | 0 | 0.81 | 0.02 | 0.56 | 301.33 | 0.68 | 0.26 |
| Hex | 6F | 15 | 6D | 0 | 51 | 2 | 38 | 12D | 44 | 1A |
| Octal | 157 | 25 | 155 | 0 | 121 | 2 | 70 | 455 | 104 | 32 |
| Binary | 1101111 | 10101 | 1101101 | 0 | 1010001 | 10 | 111000 | 100101101 | 1000100 | 11010 |
Color Harmonies of #6F156D
Complementary color
Monochromatic Colors of #6F156D
Black with #6F156D
Text Example
Text Example
White with #6F156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F156D; }
p { color: rgb(111,21,109); }
H1.HeaderClassName
{
color: #6F156D;
}
.AnyTagClassName
{
color: #6F156D;
}
</style>
background-color css
<style>
a { background-color: #6F156D; }
a { background-color: rgb(111,21,109); }
div.DivClassName
{
background-color: #6F156D;
}
.BgClassName
{
background-color: #6F156D;
}
</style>
border-color css
<style>
span { border-color: #6F156D; }
span { border-color: rgb(111,21,109); }
td.TdClassName
{
border-color: #6F156D;
}
.TagClassName
{
border-color: #6F156D;
}
</style>