Shades of Palatinate Purple #6F1664
Tints of Palatinate Purple #6F1664
RGB
CMYK
RGB Variations
Color information
#6F1664 (or 0x6F1664) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 64. RGB value is (111,22,100). Sum of RGB (Red+Green+Blue) = 111+22+100=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1664 is #90E99B. Grayscale: #393939. Windows color (decimal): -9496988 or 6559343. OLE color: 6559343.
HSL color Cylindrical-coordinate representation of color #6F1664: hue angle of 307.42º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1664 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 100 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.56 |
| HSL | 307.42º | 0.67% | 0.26% | - |
| HSV(B) | 307.42º | 0.8% | 0.44% | - |
| XYZ | 9.14 | 4.87 | 12.52 | - |
| YUV | 57.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 100 | 0 | 0.80 | 0.10 | 0.56 | 307.42 | 0.67 | 0.26 |
| Hex | 6F | 16 | 64 | 0 | 50 | A | 38 | 133 | 43 | 1A |
| Octal | 157 | 26 | 144 | 0 | 120 | 12 | 70 | 463 | 103 | 32 |
| Binary | 1101111 | 10110 | 1100100 | 0 | 1010000 | 1010 | 111000 | 100110011 | 1000011 | 11010 |
Color Harmonies of #6F1664
Complementary color
Monochromatic Colors of #6F1664
Black with #6F1664
Text Example
Text Example
White with #6F1664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1664; }
p { color: rgb(111,22,100); }
H1.HeaderClassName
{
color: #6F1664;
}
.AnyTagClassName
{
color: #6F1664;
}
</style>
background-color css
<style>
a { background-color: #6F1664; }
a { background-color: rgb(111,22,100); }
div.DivClassName
{
background-color: #6F1664;
}
.BgClassName
{
background-color: #6F1664;
}
</style>
border-color css
<style>
span { border-color: #6F1664; }
span { border-color: rgb(111,22,100); }
td.TdClassName
{
border-color: #6F1664;
}
.TagClassName
{
border-color: #6F1664;
}
</style>