Shades of Palatinate Purple #6F295A
Tints of Palatinate Purple #6F295A
RGB
CMYK
RGB Variations
Color information
#6F295A (or 0x6F295A) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 5A. RGB value is (111,41,90). Sum of RGB (Red+Green+Blue) = 111+41+90=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F295A is #90D6A5. Grayscale: #434343. Windows color (decimal): -9492134 or 5908847. OLE color: 5908847.
HSL color Cylindrical-coordinate representation of color #6F295A: hue angle of 318º 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 #6F295A is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 90 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.56 |
| HSL | 318º | 0.46% | 0.3% | - |
| HSV(B) | 318º | 0.63% | 0.44% | - |
| XYZ | 9.19 | 5.7 | 10.29 | - |
| YUV | 67.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 90 | 0 | 0.63 | 0.19 | 0.56 | 318 | 0.46 | 0.3 |
| Hex | 6F | 29 | 5A | 0 | 3F | 13 | 38 | 13E | 2E | 1E |
| Octal | 157 | 51 | 132 | 0 | 77 | 23 | 70 | 476 | 56 | 36 |
| Binary | 1101111 | 101001 | 1011010 | 0 | 111111 | 10011 | 111000 | 100111110 | 101110 | 11110 |
Color Harmonies of #6F295A
Complementary color
Monochromatic Colors of #6F295A
Black with #6F295A
Text Example
Text Example
White with #6F295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F295A; }
p { color: rgb(111,41,90); }
H1.HeaderClassName
{
color: #6F295A;
}
.AnyTagClassName
{
color: #6F295A;
}
</style>
background-color css
<style>
a { background-color: #6F295A; }
a { background-color: rgb(111,41,90); }
div.DivClassName
{
background-color: #6F295A;
}
.BgClassName
{
background-color: #6F295A;
}
</style>
border-color css
<style>
span { border-color: #6F295A; }
span { border-color: rgb(111,41,90); }
td.TdClassName
{
border-color: #6F295A;
}
.TagClassName
{
border-color: #6F295A;
}
</style>