Shades of Palatinate Purple #6F1669
Tints of Palatinate Purple #6F1669
RGB
CMYK
RGB Variations
Color information
#6F1669 (or 0x6F1669) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 69. RGB value is (111,22,105). Sum of RGB (Red+Green+Blue) = 111+22+105=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1669 is #90E996. Grayscale: #393939. Windows color (decimal): -9496983 or 6887023. OLE color: 6887023.
HSL color Cylindrical-coordinate representation of color #6F1669: hue angle of 304.04º 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 #6F1669 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 105 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.56 |
| HSL | 304.05º | 0.67% | 0.26% | - |
| HSV(B) | 304.05º | 0.8% | 0.44% | - |
| XYZ | 9.39 | 4.97 | 13.83 | - |
| YUV | 58.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 105 | 0 | 0.80 | 0.05 | 0.56 | 304.05 | 0.67 | 0.26 |
| Hex | 6F | 16 | 69 | 0 | 50 | 5 | 38 | 130 | 43 | 1A |
| Octal | 157 | 26 | 151 | 0 | 120 | 5 | 70 | 460 | 103 | 32 |
| Binary | 1101111 | 10110 | 1101001 | 0 | 1010000 | 101 | 111000 | 100110000 | 1000011 | 11010 |
Color Harmonies of #6F1669
Complementary color
Monochromatic Colors of #6F1669
Black with #6F1669
Text Example
Text Example
White with #6F1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1669; }
p { color: rgb(111,22,105); }
H1.HeaderClassName
{
color: #6F1669;
}
.AnyTagClassName
{
color: #6F1669;
}
</style>
background-color css
<style>
a { background-color: #6F1669; }
a { background-color: rgb(111,22,105); }
div.DivClassName
{
background-color: #6F1669;
}
.BgClassName
{
background-color: #6F1669;
}
</style>
border-color css
<style>
span { border-color: #6F1669; }
span { border-color: rgb(111,22,105); }
td.TdClassName
{
border-color: #6F1669;
}
.TagClassName
{
border-color: #6F1669;
}
</style>