Shades of Palatinate Purple #6F126E
Tints of Palatinate Purple #6F126E
RGB
CMYK
RGB Variations
Color information
#6F126E (or 0x6F126E) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 6E. RGB value is (111,18,110). Sum of RGB (Red+Green+Blue) = 111+18+110=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F126E is #90ED91. Grayscale: #383838. Windows color (decimal): -9498002 or 7213679. OLE color: 7213679.
HSL color Cylindrical-coordinate representation of color #6F126E: hue angle of 300.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F126E is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 110 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.56 |
| HSL | 300.65º | 0.72% | 0.25% | - |
| HSV(B) | 300.65º | 0.84% | 0.44% | - |
| XYZ | 9.59 | 4.94 | 15.2 | - |
| YUV | 56.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 110 | 0 | 0.84 | 0.01 | 0.56 | 300.65 | 0.72 | 0.25 |
| Hex | 6F | 12 | 6E | 0 | 54 | 1 | 38 | 12D | 48 | 19 |
| Octal | 157 | 22 | 156 | 0 | 124 | 1 | 70 | 455 | 110 | 31 |
| Binary | 1101111 | 10010 | 1101110 | 0 | 1010100 | 1 | 111000 | 100101101 | 1001000 | 11001 |
Color Harmonies of #6F126E
Complementary color
Monochromatic Colors of #6F126E
Black with #6F126E
Text Example
Text Example
White with #6F126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F126E; }
p { color: rgb(111,18,110); }
H1.HeaderClassName
{
color: #6F126E;
}
.AnyTagClassName
{
color: #6F126E;
}
</style>
background-color css
<style>
a { background-color: #6F126E; }
a { background-color: rgb(111,18,110); }
div.DivClassName
{
background-color: #6F126E;
}
.BgClassName
{
background-color: #6F126E;
}
</style>
border-color css
<style>
span { border-color: #6F126E; }
span { border-color: rgb(111,18,110); }
td.TdClassName
{
border-color: #6F126E;
}
.TagClassName
{
border-color: #6F126E;
}
</style>