Shades of Palatinate Purple #6F1869
Tints of Palatinate Purple #6F1869
RGB
CMYK
RGB Variations
Color information
#6F1869 (or 0x6F1869) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 69. RGB value is (111,24,105). Sum of RGB (Red+Green+Blue) = 111+24+105=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1869 is #90E796. Grayscale: #3B3B3B. Windows color (decimal): -9496471 or 6887535. OLE color: 6887535.
HSL color Cylindrical-coordinate representation of color #6F1869: hue angle of 304.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1869 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 105 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.56 |
| HSL | 304.14º | 0.64% | 0.26% | - |
| HSV(B) | 304.14º | 0.78% | 0.44% | - |
| XYZ | 9.43 | 5.05 | 13.84 | - |
| YUV | 59.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 105 | 0 | 0.78 | 0.05 | 0.56 | 304.14 | 0.64 | 0.26 |
| Hex | 6F | 18 | 69 | 0 | 4E | 5 | 38 | 130 | 40 | 1A |
| Octal | 157 | 30 | 151 | 0 | 116 | 5 | 70 | 460 | 100 | 32 |
| Binary | 1101111 | 11000 | 1101001 | 0 | 1001110 | 101 | 111000 | 100110000 | 1000000 | 11010 |
Color Harmonies of #6F1869
Complementary color
Monochromatic Colors of #6F1869
Black with #6F1869
Text Example
Text Example
White with #6F1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1869; }
p { color: rgb(111,24,105); }
H1.HeaderClassName
{
color: #6F1869;
}
.AnyTagClassName
{
color: #6F1869;
}
</style>
background-color css
<style>
a { background-color: #6F1869; }
a { background-color: rgb(111,24,105); }
div.DivClassName
{
background-color: #6F1869;
}
.BgClassName
{
background-color: #6F1869;
}
</style>
border-color css
<style>
span { border-color: #6F1869; }
span { border-color: rgb(111,24,105); }
td.TdClassName
{
border-color: #6F1869;
}
.TagClassName
{
border-color: #6F1869;
}
</style>