Shades of Palatinate Purple #6F1659
Tints of Palatinate Purple #6F1659
RGB
CMYK
RGB Variations
Color information
#6F1659 (or 0x6F1659) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 59. RGB value is (111,22,89). Sum of RGB (Red+Green+Blue) = 111+22+89=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1659 is #90E9A6. Grayscale: #383838. Windows color (decimal): -9496999 or 5838447. OLE color: 5838447.
HSL color Cylindrical-coordinate representation of color #6F1659: hue angle of 314.83º 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 #6F1659 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 89 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.56 |
| HSL | 314.83º | 0.67% | 0.26% | - |
| HSV(B) | 314.83º | 0.8% | 0.44% | - |
| XYZ | 8.65 | 4.67 | 9.9 | - |
| YUV | 56.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 89 | 0 | 0.80 | 0.20 | 0.56 | 314.83 | 0.67 | 0.26 |
| Hex | 6F | 16 | 59 | 0 | 50 | 14 | 38 | 13B | 43 | 1A |
| Octal | 157 | 26 | 131 | 0 | 120 | 24 | 70 | 473 | 103 | 32 |
| Binary | 1101111 | 10110 | 1011001 | 0 | 1010000 | 10100 | 111000 | 100111011 | 1000011 | 11010 |
Color Harmonies of #6F1659
Complementary color
Monochromatic Colors of #6F1659
Black with #6F1659
Text Example
Text Example
White with #6F1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1659; }
p { color: rgb(111,22,89); }
H1.HeaderClassName
{
color: #6F1659;
}
.AnyTagClassName
{
color: #6F1659;
}
</style>
background-color css
<style>
a { background-color: #6F1659; }
a { background-color: rgb(111,22,89); }
div.DivClassName
{
background-color: #6F1659;
}
.BgClassName
{
background-color: #6F1659;
}
</style>
border-color css
<style>
span { border-color: #6F1659; }
span { border-color: rgb(111,22,89); }
td.TdClassName
{
border-color: #6F1659;
}
.TagClassName
{
border-color: #6F1659;
}
</style>