Shades of Palatinate Purple #6F0663
Tints of Palatinate Purple #6F0663
RGB
CMYK
RGB Variations
Color information
#6F0663 (or 0x6F0663) is known color: Palatinate Purple. HEX triplet: 6F, 06 and 63. RGB value is (111,6,99). Sum of RGB (Red+Green+Blue) = 111+6+99=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0663 is #90F99C. Grayscale: #2F2F2F. Windows color (decimal): -9501085 or 6489711. OLE color: 6489711.
HSL color Cylindrical-coordinate representation of color #6F0663: hue angle of 306.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0663 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 99 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.56 |
| HSL | 306.86º | 0.9% | 0.23% | - |
| HSV(B) | 306.86º | 0.95% | 0.44% | - |
| XYZ | 8.87 | 4.41 | 12.19 | - |
| YUV | 48 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 99 | 0 | 0.95 | 0.11 | 0.56 | 306.86 | 0.9 | 0.23 |
| Hex | 6F | 6 | 63 | 0 | 5F | B | 38 | 133 | 5A | 17 |
| Octal | 157 | 6 | 143 | 0 | 137 | 13 | 70 | 463 | 132 | 27 |
| Binary | 1101111 | 110 | 1100011 | 0 | 1011111 | 1011 | 111000 | 100110011 | 1011010 | 10111 |
Color Harmonies of #6F0663
Complementary color
Monochromatic Colors of #6F0663
Black with #6F0663
Text Example
Text Example
White with #6F0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0663; }
p { color: rgb(111,6,99); }
H1.HeaderClassName
{
color: #6F0663;
}
.AnyTagClassName
{
color: #6F0663;
}
</style>
background-color css
<style>
a { background-color: #6F0663; }
a { background-color: rgb(111,6,99); }
div.DivClassName
{
background-color: #6F0663;
}
.BgClassName
{
background-color: #6F0663;
}
</style>
border-color css
<style>
span { border-color: #6F0663; }
span { border-color: rgb(111,6,99); }
td.TdClassName
{
border-color: #6F0663;
}
.TagClassName
{
border-color: #6F0663;
}
</style>