Shades of Palatinate Purple #6F2C69
Tints of Palatinate Purple #6F2C69
RGB
CMYK
RGB Variations
Color information
#6F2C69 (or 0x6F2C69) is known color: Palatinate Purple. HEX triplet: 6F, 2C and 69. RGB value is (111,44,105). Sum of RGB (Red+Green+Blue) = 111+44+105=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C69 is #90D396. Grayscale: #464646. Windows color (decimal): -9491351 or 6892655. OLE color: 6892655.
HSL color Cylindrical-coordinate representation of color #6F2C69: hue angle of 305.37º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C69 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 105 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.56 |
| HSL | 305.37º | 0.43% | 0.3% | - |
| HSV(B) | 305.37º | 0.6% | 0.44% | - |
| XYZ | 10.01 | 6.2 | 14.03 | - |
| YUV | 70.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 105 | 0 | 0.60 | 0.05 | 0.56 | 305.37 | 0.43 | 0.3 |
| Hex | 6F | 2C | 69 | 0 | 3C | 5 | 38 | 131 | 2B | 1E |
| Octal | 157 | 54 | 151 | 0 | 74 | 5 | 70 | 461 | 53 | 36 |
| Binary | 1101111 | 101100 | 1101001 | 0 | 111100 | 101 | 111000 | 100110001 | 101011 | 11110 |
Color Harmonies of #6F2C69
Complementary color
Monochromatic Colors of #6F2C69
Black with #6F2C69
Text Example
Text Example
White with #6F2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C69; }
p { color: rgb(111,44,105); }
H1.HeaderClassName
{
color: #6F2C69;
}
.AnyTagClassName
{
color: #6F2C69;
}
</style>
background-color css
<style>
a { background-color: #6F2C69; }
a { background-color: rgb(111,44,105); }
div.DivClassName
{
background-color: #6F2C69;
}
.BgClassName
{
background-color: #6F2C69;
}
</style>
border-color css
<style>
span { border-color: #6F2C69; }
span { border-color: rgb(111,44,105); }
td.TdClassName
{
border-color: #6F2C69;
}
.TagClassName
{
border-color: #6F2C69;
}
</style>