Shades of Palatinate Purple #6F116A
Tints of Palatinate Purple #6F116A
RGB
CMYK
RGB Variations
Color information
#6F116A (or 0x6F116A) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 6A. RGB value is (111,17,106). Sum of RGB (Red+Green+Blue) = 111+17+106=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F116A is #90EE95. Grayscale: #363636. Windows color (decimal): -9498262 or 6951279. OLE color: 6951279.
HSL color Cylindrical-coordinate representation of color #6F116A: hue angle of 303.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F116A is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 106 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.56 |
| HSL | 303.19º | 0.73% | 0.25% | - |
| HSV(B) | 303.19º | 0.85% | 0.44% | - |
| XYZ | 9.36 | 4.82 | 14.07 | - |
| YUV | 55.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 106 | 0 | 0.85 | 0.05 | 0.56 | 303.19 | 0.73 | 0.25 |
| Hex | 6F | 11 | 6A | 0 | 55 | 5 | 38 | 12F | 49 | 19 |
| Octal | 157 | 21 | 152 | 0 | 125 | 5 | 70 | 457 | 111 | 31 |
| Binary | 1101111 | 10001 | 1101010 | 0 | 1010101 | 101 | 111000 | 100101111 | 1001001 | 11001 |
Color Harmonies of #6F116A
Complementary color
Monochromatic Colors of #6F116A
Black with #6F116A
Text Example
Text Example
White with #6F116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F116A; }
p { color: rgb(111,17,106); }
H1.HeaderClassName
{
color: #6F116A;
}
.AnyTagClassName
{
color: #6F116A;
}
</style>
background-color css
<style>
a { background-color: #6F116A; }
a { background-color: rgb(111,17,106); }
div.DivClassName
{
background-color: #6F116A;
}
.BgClassName
{
background-color: #6F116A;
}
</style>
border-color css
<style>
span { border-color: #6F116A; }
span { border-color: rgb(111,17,106); }
td.TdClassName
{
border-color: #6F116A;
}
.TagClassName
{
border-color: #6F116A;
}
</style>