Shades of Palatinate Purple #6F0A66
Tints of Palatinate Purple #6F0A66
RGB
CMYK
RGB Variations
Color information
#6F0A66 (or 0x6F0A66) is known color: Palatinate Purple. HEX triplet: 6F, 0A and 66. RGB value is (111,10,102). Sum of RGB (Red+Green+Blue) = 111+10+102=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A66 is #90F599. Grayscale: #323232. Windows color (decimal): -9500058 or 6687343. OLE color: 6687343.
HSL color Cylindrical-coordinate representation of color #6F0A66: hue angle of 305.35º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A66 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 102 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.56 |
| HSL | 305.35º | 0.83% | 0.24% | - |
| HSV(B) | 305.35º | 0.91% | 0.44% | - |
| XYZ | 9.06 | 4.56 | 12.97 | - |
| YUV | 50.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 102 | 0 | 0.91 | 0.08 | 0.56 | 305.35 | 0.83 | 0.24 |
| Hex | 6F | A | 66 | 0 | 5B | 8 | 38 | 131 | 53 | 18 |
| Octal | 157 | 12 | 146 | 0 | 133 | 10 | 70 | 461 | 123 | 30 |
| Binary | 1101111 | 1010 | 1100110 | 0 | 1011011 | 1000 | 111000 | 100110001 | 1010011 | 11000 |
Color Harmonies of #6F0A66
Complementary color
Monochromatic Colors of #6F0A66
Black with #6F0A66
Text Example
Text Example
White with #6F0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A66; }
p { color: rgb(111,10,102); }
H1.HeaderClassName
{
color: #6F0A66;
}
.AnyTagClassName
{
color: #6F0A66;
}
</style>
background-color css
<style>
a { background-color: #6F0A66; }
a { background-color: rgb(111,10,102); }
div.DivClassName
{
background-color: #6F0A66;
}
.BgClassName
{
background-color: #6F0A66;
}
</style>
border-color css
<style>
span { border-color: #6F0A66; }
span { border-color: rgb(111,10,102); }
td.TdClassName
{
border-color: #6F0A66;
}
.TagClassName
{
border-color: #6F0A66;
}
</style>