Shades of Palatinate Purple #6F2A69
Tints of Palatinate Purple #6F2A69
RGB
CMYK
RGB Variations
Color information
#6F2A69 (or 0x6F2A69) is known color: Palatinate Purple. HEX triplet: 6F, 2A and 69. RGB value is (111,42,105). Sum of RGB (Red+Green+Blue) = 111+42+105=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2A69 is #90D596. Grayscale: #454545. Windows color (decimal): -9491863 or 6892143. OLE color: 6892143.
HSL color Cylindrical-coordinate representation of color #6F2A69: hue angle of 305.22º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A69 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 105 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.56 |
| HSL | 305.22º | 0.45% | 0.3% | - |
| HSV(B) | 305.22º | 0.62% | 0.44% | - |
| XYZ | 9.93 | 6.06 | 14.01 | - |
| YUV | 69.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 105 | 0 | 0.62 | 0.05 | 0.56 | 305.22 | 0.45 | 0.3 |
| Hex | 6F | 2A | 69 | 0 | 3E | 5 | 38 | 131 | 2D | 1E |
| Octal | 157 | 52 | 151 | 0 | 76 | 5 | 70 | 461 | 55 | 36 |
| Binary | 1101111 | 101010 | 1101001 | 0 | 111110 | 101 | 111000 | 100110001 | 101101 | 11110 |
Color Harmonies of #6F2A69
Complementary color
Monochromatic Colors of #6F2A69
Black with #6F2A69
Text Example
Text Example
White with #6F2A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A69; }
p { color: rgb(111,42,105); }
H1.HeaderClassName
{
color: #6F2A69;
}
.AnyTagClassName
{
color: #6F2A69;
}
</style>
background-color css
<style>
a { background-color: #6F2A69; }
a { background-color: rgb(111,42,105); }
div.DivClassName
{
background-color: #6F2A69;
}
.BgClassName
{
background-color: #6F2A69;
}
</style>
border-color css
<style>
span { border-color: #6F2A69; }
span { border-color: rgb(111,42,105); }
td.TdClassName
{
border-color: #6F2A69;
}
.TagClassName
{
border-color: #6F2A69;
}
</style>