Shades of Palatinate Purple #6F2569
Tints of Palatinate Purple #6F2569
RGB
CMYK
RGB Variations
Color information
#6F2569 (or 0x6F2569) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 69. RGB value is (111,37,105). Sum of RGB (Red+Green+Blue) = 111+37+105=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2569 is #90DA96. Grayscale: #424242. Windows color (decimal): -9493143 or 6890863. OLE color: 6890863.
HSL color Cylindrical-coordinate representation of color #6F2569: hue angle of 304.86º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2569 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 105 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.56 |
| HSL | 304.86º | 0.5% | 0.29% | - |
| HSV(B) | 304.86º | 0.67% | 0.44% | - |
| XYZ | 9.77 | 5.72 | 13.95 | - |
| YUV | 66.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 105 | 0 | 0.67 | 0.05 | 0.56 | 304.86 | 0.5 | 0.29 |
| Hex | 6F | 25 | 69 | 0 | 43 | 5 | 38 | 131 | 32 | 1D |
| Octal | 157 | 45 | 151 | 0 | 103 | 5 | 70 | 461 | 62 | 35 |
| Binary | 1101111 | 100101 | 1101001 | 0 | 1000011 | 101 | 111000 | 100110001 | 110010 | 11101 |
Color Harmonies of #6F2569
Complementary color
Monochromatic Colors of #6F2569
Black with #6F2569
Text Example
Text Example
White with #6F2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2569; }
p { color: rgb(111,37,105); }
H1.HeaderClassName
{
color: #6F2569;
}
.AnyTagClassName
{
color: #6F2569;
}
</style>
background-color css
<style>
a { background-color: #6F2569; }
a { background-color: rgb(111,37,105); }
div.DivClassName
{
background-color: #6F2569;
}
.BgClassName
{
background-color: #6F2569;
}
</style>
border-color css
<style>
span { border-color: #6F2569; }
span { border-color: rgb(111,37,105); }
td.TdClassName
{
border-color: #6F2569;
}
.TagClassName
{
border-color: #6F2569;
}
</style>