Shades of Palatinate Purple #6F1066
Tints of Palatinate Purple #6F1066
RGB
CMYK
RGB Variations
Color information
#6F1066 (or 0x6F1066) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 66. RGB value is (111,16,102). Sum of RGB (Red+Green+Blue) = 111+16+102=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1066 is #90EF99. Grayscale: #353535. Windows color (decimal): -9498522 or 6688879. OLE color: 6688879.
HSL color Cylindrical-coordinate representation of color #6F1066: hue angle of 305.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1066 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 102 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.56 |
| HSL | 305.68º | 0.75% | 0.25% | - |
| HSV(B) | 305.68º | 0.86% | 0.44% | - |
| XYZ | 9.14 | 4.71 | 13 | - |
| YUV | 54.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 102 | 0 | 0.86 | 0.08 | 0.56 | 305.68 | 0.75 | 0.25 |
| Hex | 6F | 10 | 66 | 0 | 56 | 8 | 38 | 132 | 4B | 19 |
| Octal | 157 | 20 | 146 | 0 | 126 | 10 | 70 | 462 | 113 | 31 |
| Binary | 1101111 | 10000 | 1100110 | 0 | 1010110 | 1000 | 111000 | 100110010 | 1001011 | 11001 |
Color Harmonies of #6F1066
Complementary color
Monochromatic Colors of #6F1066
Black with #6F1066
Text Example
Text Example
White with #6F1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1066; }
p { color: rgb(111,16,102); }
H1.HeaderClassName
{
color: #6F1066;
}
.AnyTagClassName
{
color: #6F1066;
}
</style>
background-color css
<style>
a { background-color: #6F1066; }
a { background-color: rgb(111,16,102); }
div.DivClassName
{
background-color: #6F1066;
}
.BgClassName
{
background-color: #6F1066;
}
</style>
border-color css
<style>
span { border-color: #6F1066; }
span { border-color: rgb(111,16,102); }
td.TdClassName
{
border-color: #6F1066;
}
.TagClassName
{
border-color: #6F1066;
}
</style>