Shades of Palatinate Purple #6F296A
Tints of Palatinate Purple #6F296A
RGB
CMYK
RGB Variations
Color information
#6F296A (or 0x6F296A) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 6A. RGB value is (111,41,106). Sum of RGB (Red+Green+Blue) = 111+41+106=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F296A is #90D695. Grayscale: #454545. Windows color (decimal): -9492118 or 6957423. OLE color: 6957423.
HSL color Cylindrical-coordinate representation of color #6F296A: hue angle of 304.29º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F296A is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 106 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.56 |
| HSL | 304.29º | 0.46% | 0.3% | - |
| HSV(B) | 304.29º | 0.63% | 0.44% | - |
| XYZ | 9.95 | 6.01 | 14.27 | - |
| YUV | 69.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 106 | 0 | 0.63 | 0.05 | 0.56 | 304.29 | 0.46 | 0.3 |
| Hex | 6F | 29 | 6A | 0 | 3F | 5 | 38 | 130 | 2E | 1E |
| Octal | 157 | 51 | 152 | 0 | 77 | 5 | 70 | 460 | 56 | 36 |
| Binary | 1101111 | 101001 | 1101010 | 0 | 111111 | 101 | 111000 | 100110000 | 101110 | 11110 |
Color Harmonies of #6F296A
Complementary color
Monochromatic Colors of #6F296A
Black with #6F296A
Text Example
Text Example
White with #6F296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F296A; }
p { color: rgb(111,41,106); }
H1.HeaderClassName
{
color: #6F296A;
}
.AnyTagClassName
{
color: #6F296A;
}
</style>
background-color css
<style>
a { background-color: #6F296A; }
a { background-color: rgb(111,41,106); }
div.DivClassName
{
background-color: #6F296A;
}
.BgClassName
{
background-color: #6F296A;
}
</style>
border-color css
<style>
span { border-color: #6F296A; }
span { border-color: rgb(111,41,106); }
td.TdClassName
{
border-color: #6F296A;
}
.TagClassName
{
border-color: #6F296A;
}
</style>