Shades of Palatinate Purple #6F246B
Tints of Palatinate Purple #6F246B
RGB
CMYK
RGB Variations
Color information
#6F246B (or 0x6F246B) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 6B. RGB value is (111,36,107). Sum of RGB (Red+Green+Blue) = 111+36+107=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F246B is #90DB94. Grayscale: #424242. Windows color (decimal): -9493397 or 7021679. OLE color: 7021679.
HSL color Cylindrical-coordinate representation of color #6F246B: hue angle of 303.2º 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 #6F246B is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 107 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.56 |
| HSL | 303.2º | 0.51% | 0.29% | - |
| HSV(B) | 303.2º | 0.68% | 0.44% | - |
| XYZ | 9.84 | 5.7 | 14.49 | - |
| YUV | 66.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 107 | 0 | 0.68 | 0.04 | 0.56 | 303.2 | 0.51 | 0.29 |
| Hex | 6F | 24 | 6B | 0 | 44 | 4 | 38 | 12F | 33 | 1D |
| Octal | 157 | 44 | 153 | 0 | 104 | 4 | 70 | 457 | 63 | 35 |
| Binary | 1101111 | 100100 | 1101011 | 0 | 1000100 | 100 | 111000 | 100101111 | 110011 | 11101 |
Color Harmonies of #6F246B
Complementary color
Monochromatic Colors of #6F246B
Black with #6F246B
Text Example
Text Example
White with #6F246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F246B; }
p { color: rgb(111,36,107); }
H1.HeaderClassName
{
color: #6F246B;
}
.AnyTagClassName
{
color: #6F246B;
}
</style>
background-color css
<style>
a { background-color: #6F246B; }
a { background-color: rgb(111,36,107); }
div.DivClassName
{
background-color: #6F246B;
}
.BgClassName
{
background-color: #6F246B;
}
</style>
border-color css
<style>
span { border-color: #6F246B; }
span { border-color: rgb(111,36,107); }
td.TdClassName
{
border-color: #6F246B;
}
.TagClassName
{
border-color: #6F246B;
}
</style>