Shades of Palatinate Purple #6F2A59
Tints of Palatinate Purple #6F2A59
RGB
CMYK
RGB Variations
Color information
#6F2A59 (or 0x6F2A59) is known color: Palatinate Purple. HEX triplet: 6F, 2A and 59. RGB value is (111,42,89). Sum of RGB (Red+Green+Blue) = 111+42+89=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2A59 is #90D5A6. Grayscale: #434343. Windows color (decimal): -9491879 or 5843567. OLE color: 5843567.
HSL color Cylindrical-coordinate representation of color #6F2A59: hue angle of 319.13º 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 #6F2A59 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 89 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.56 |
| HSL | 319.13º | 0.45% | 0.3% | - |
| HSV(B) | 319.13º | 0.62% | 0.44% | - |
| XYZ | 9.19 | 5.76 | 10.08 | - |
| YUV | 67.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 89 | 0 | 0.62 | 0.20 | 0.56 | 319.13 | 0.45 | 0.3 |
| Hex | 6F | 2A | 59 | 0 | 3E | 14 | 38 | 13F | 2D | 1E |
| Octal | 157 | 52 | 131 | 0 | 76 | 24 | 70 | 477 | 55 | 36 |
| Binary | 1101111 | 101010 | 1011001 | 0 | 111110 | 10100 | 111000 | 100111111 | 101101 | 11110 |
Color Harmonies of #6F2A59
Complementary color
Monochromatic Colors of #6F2A59
Black with #6F2A59
Text Example
Text Example
White with #6F2A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A59; }
p { color: rgb(111,42,89); }
H1.HeaderClassName
{
color: #6F2A59;
}
.AnyTagClassName
{
color: #6F2A59;
}
</style>
background-color css
<style>
a { background-color: #6F2A59; }
a { background-color: rgb(111,42,89); }
div.DivClassName
{
background-color: #6F2A59;
}
.BgClassName
{
background-color: #6F2A59;
}
</style>
border-color css
<style>
span { border-color: #6F2A59; }
span { border-color: rgb(111,42,89); }
td.TdClassName
{
border-color: #6F2A59;
}
.TagClassName
{
border-color: #6F2A59;
}
</style>