Shades of Palatinate Purple #6F126C
Tints of Palatinate Purple #6F126C
RGB
CMYK
RGB Variations
Color information
#6F126C (or 0x6F126C) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 6C. RGB value is (111,18,108). Sum of RGB (Red+Green+Blue) = 111+18+108=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F126C is #90ED93. Grayscale: #373737. Windows color (decimal): -9498004 or 7082607. OLE color: 7082607.
HSL color Cylindrical-coordinate representation of color #6F126C: hue angle of 301.94º 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 #6F126C is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 108 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.56 |
| HSL | 301.94º | 0.72% | 0.25% | - |
| HSV(B) | 301.94º | 0.84% | 0.44% | - |
| XYZ | 9.48 | 4.89 | 14.63 | - |
| YUV | 56.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 108 | 0 | 0.84 | 0.03 | 0.56 | 301.94 | 0.72 | 0.25 |
| Hex | 6F | 12 | 6C | 0 | 54 | 3 | 38 | 12E | 48 | 19 |
| Octal | 157 | 22 | 154 | 0 | 124 | 3 | 70 | 456 | 110 | 31 |
| Binary | 1101111 | 10010 | 1101100 | 0 | 1010100 | 11 | 111000 | 100101110 | 1001000 | 11001 |
Color Harmonies of #6F126C
Complementary color
Monochromatic Colors of #6F126C
Black with #6F126C
Text Example
Text Example
White with #6F126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F126C; }
p { color: rgb(111,18,108); }
H1.HeaderClassName
{
color: #6F126C;
}
.AnyTagClassName
{
color: #6F126C;
}
</style>
background-color css
<style>
a { background-color: #6F126C; }
a { background-color: rgb(111,18,108); }
div.DivClassName
{
background-color: #6F126C;
}
.BgClassName
{
background-color: #6F126C;
}
</style>
border-color css
<style>
span { border-color: #6F126C; }
span { border-color: rgb(111,18,108); }
td.TdClassName
{
border-color: #6F126C;
}
.TagClassName
{
border-color: #6F126C;
}
</style>