Shades of Palatinate Purple #6F246C
Tints of Palatinate Purple #6F246C
RGB
CMYK
RGB Variations
Color information
#6F246C (or 0x6F246C) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 6C. RGB value is (111,36,108). Sum of RGB (Red+Green+Blue) = 111+36+108=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F246C is #90DB93. Grayscale: #424242. Windows color (decimal): -9493396 or 7087215. OLE color: 7087215.
HSL color Cylindrical-coordinate representation of color #6F246C: hue angle of 302.4º 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 #6F246C is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 108 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.56 |
| HSL | 302.4º | 0.51% | 0.29% | - |
| HSV(B) | 302.4º | 0.68% | 0.44% | - |
| XYZ | 9.89 | 5.72 | 14.77 | - |
| YUV | 66.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 108 | 0 | 0.68 | 0.03 | 0.56 | 302.4 | 0.51 | 0.29 |
| Hex | 6F | 24 | 6C | 0 | 44 | 3 | 38 | 12E | 33 | 1D |
| Octal | 157 | 44 | 154 | 0 | 104 | 3 | 70 | 456 | 63 | 35 |
| Binary | 1101111 | 100100 | 1101100 | 0 | 1000100 | 11 | 111000 | 100101110 | 110011 | 11101 |
Color Harmonies of #6F246C
Complementary color
Monochromatic Colors of #6F246C
Black with #6F246C
Text Example
Text Example
White with #6F246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F246C; }
p { color: rgb(111,36,108); }
H1.HeaderClassName
{
color: #6F246C;
}
.AnyTagClassName
{
color: #6F246C;
}
</style>
background-color css
<style>
a { background-color: #6F246C; }
a { background-color: rgb(111,36,108); }
div.DivClassName
{
background-color: #6F246C;
}
.BgClassName
{
background-color: #6F246C;
}
</style>
border-color css
<style>
span { border-color: #6F246C; }
span { border-color: rgb(111,36,108); }
td.TdClassName
{
border-color: #6F246C;
}
.TagClassName
{
border-color: #6F246C;
}
</style>