Shades of Palatinate Purple #6F2466
Tints of Palatinate Purple #6F2466
RGB
CMYK
RGB Variations
Color information
#6F2466 (or 0x6F2466) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 66. RGB value is (111,36,102). Sum of RGB (Red+Green+Blue) = 111+36+102=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2466 is #90DB99. Grayscale: #414141. Windows color (decimal): -9493402 or 6693999. OLE color: 6693999.
HSL color Cylindrical-coordinate representation of color #6F2466: hue angle of 307.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 #6F2466 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 102 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.56 |
| HSL | 307.2º | 0.51% | 0.29% | - |
| HSV(B) | 307.2º | 0.68% | 0.44% | - |
| XYZ | 9.58 | 5.6 | 13.15 | - |
| YUV | 65.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 102 | 0 | 0.68 | 0.08 | 0.56 | 307.2 | 0.51 | 0.29 |
| Hex | 6F | 24 | 66 | 0 | 44 | 8 | 38 | 133 | 33 | 1D |
| Octal | 157 | 44 | 146 | 0 | 104 | 10 | 70 | 463 | 63 | 35 |
| Binary | 1101111 | 100100 | 1100110 | 0 | 1000100 | 1000 | 111000 | 100110011 | 110011 | 11101 |
Color Harmonies of #6F2466
Complementary color
Monochromatic Colors of #6F2466
Black with #6F2466
Text Example
Text Example
White with #6F2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2466; }
p { color: rgb(111,36,102); }
H1.HeaderClassName
{
color: #6F2466;
}
.AnyTagClassName
{
color: #6F2466;
}
</style>
background-color css
<style>
a { background-color: #6F2466; }
a { background-color: rgb(111,36,102); }
div.DivClassName
{
background-color: #6F2466;
}
.BgClassName
{
background-color: #6F2466;
}
</style>
border-color css
<style>
span { border-color: #6F2466; }
span { border-color: rgb(111,36,102); }
td.TdClassName
{
border-color: #6F2466;
}
.TagClassName
{
border-color: #6F2466;
}
</style>