Shades of Palatinate Purple #6F1A69
Tints of Palatinate Purple #6F1A69
RGB
CMYK
RGB Variations
Color information
#6F1A69 (or 0x6F1A69) is known color: Palatinate Purple. HEX triplet: 6F, 1A and 69. RGB value is (111,26,105). Sum of RGB (Red+Green+Blue) = 111+26+105=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A69 is #90E596. Grayscale: #3C3C3C. Windows color (decimal): -9495959 or 6888047. OLE color: 6888047.
HSL color Cylindrical-coordinate representation of color #6F1A69: hue angle of 304.24º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A69 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 105 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.56 |
| HSL | 304.24º | 0.62% | 0.27% | - |
| HSV(B) | 304.24º | 0.77% | 0.44% | - |
| XYZ | 9.47 | 5.14 | 13.86 | - |
| YUV | 60.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 105 | 0 | 0.77 | 0.05 | 0.56 | 304.24 | 0.62 | 0.27 |
| Hex | 6F | 1A | 69 | 0 | 4D | 5 | 38 | 130 | 3E | 1B |
| Octal | 157 | 32 | 151 | 0 | 115 | 5 | 70 | 460 | 76 | 33 |
| Binary | 1101111 | 11010 | 1101001 | 0 | 1001101 | 101 | 111000 | 100110000 | 111110 | 11011 |
Color Harmonies of #6F1A69
Complementary color
Monochromatic Colors of #6F1A69
Black with #6F1A69
Text Example
Text Example
White with #6F1A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A69; }
p { color: rgb(111,26,105); }
H1.HeaderClassName
{
color: #6F1A69;
}
.AnyTagClassName
{
color: #6F1A69;
}
</style>
background-color css
<style>
a { background-color: #6F1A69; }
a { background-color: rgb(111,26,105); }
div.DivClassName
{
background-color: #6F1A69;
}
.BgClassName
{
background-color: #6F1A69;
}
</style>
border-color css
<style>
span { border-color: #6F1A69; }
span { border-color: rgb(111,26,105); }
td.TdClassName
{
border-color: #6F1A69;
}
.TagClassName
{
border-color: #6F1A69;
}
</style>