Shades of Palatinate Purple #6F246D
Tints of Palatinate Purple #6F246D
RGB
CMYK
RGB Variations
Color information
#6F246D (or 0x6F246D) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 6D. RGB value is (111,36,109). Sum of RGB (Red+Green+Blue) = 111+36+109=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F246D is #90DB92. Grayscale: #424242. Windows color (decimal): -9493395 or 7152751. OLE color: 7152751.
HSL color Cylindrical-coordinate representation of color #6F246D: hue angle of 301.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F246D is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 109 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.56 |
| HSL | 301.6º | 0.51% | 0.29% | - |
| HSV(B) | 301.6º | 0.68% | 0.44% | - |
| XYZ | 9.95 | 5.75 | 15.05 | - |
| YUV | 66.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 109 | 0 | 0.68 | 0.02 | 0.56 | 301.6 | 0.51 | 0.29 |
| Hex | 6F | 24 | 6D | 0 | 44 | 2 | 38 | 12E | 33 | 1D |
| Octal | 157 | 44 | 155 | 0 | 104 | 2 | 70 | 456 | 63 | 35 |
| Binary | 1101111 | 100100 | 1101101 | 0 | 1000100 | 10 | 111000 | 100101110 | 110011 | 11101 |
Color Harmonies of #6F246D
Complementary color
Monochromatic Colors of #6F246D
Black with #6F246D
Text Example
Text Example
White with #6F246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F246D; }
p { color: rgb(111,36,109); }
H1.HeaderClassName
{
color: #6F246D;
}
.AnyTagClassName
{
color: #6F246D;
}
</style>
background-color css
<style>
a { background-color: #6F246D; }
a { background-color: rgb(111,36,109); }
div.DivClassName
{
background-color: #6F246D;
}
.BgClassName
{
background-color: #6F246D;
}
</style>
border-color css
<style>
span { border-color: #6F246D; }
span { border-color: rgb(111,36,109); }
td.TdClassName
{
border-color: #6F246D;
}
.TagClassName
{
border-color: #6F246D;
}
</style>