Shades of Palatinate Purple #6F3866
Tints of Palatinate Purple #6F3866
RGB
CMYK
RGB Variations
Color information
#6F3866 (or 0x6F3866) is known color: Palatinate Purple. HEX triplet: 6F, 38 and 66. RGB value is (111,56,102). Sum of RGB (Red+Green+Blue) = 111+56+102=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3866 is #90C799. Grayscale: #4D4D4D. Windows color (decimal): -9488282 or 6699119. OLE color: 6699119.
HSL color Cylindrical-coordinate representation of color #6F3866: hue angle of 309.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3866 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 102 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.56 |
| HSL | 309.82º | 0.33% | 0.33% | - |
| HSV(B) | 309.82º | 0.5% | 0.44% | - |
| XYZ | 10.37 | 7.17 | 13.41 | - |
| YUV | 77.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 102 | 0 | 0.50 | 0.08 | 0.56 | 309.82 | 0.33 | 0.33 |
| Hex | 6F | 38 | 66 | 0 | 32 | 8 | 38 | 136 | 21 | 21 |
| Octal | 157 | 70 | 146 | 0 | 62 | 10 | 70 | 466 | 41 | 41 |
| Binary | 1101111 | 111000 | 1100110 | 0 | 110010 | 1000 | 111000 | 100110110 | 100001 | 100001 |
Color Harmonies of #6F3866
Complementary color
Monochromatic Colors of #6F3866
Black with #6F3866
Text Example
Text Example
White with #6F3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3866; }
p { color: rgb(111,56,102); }
H1.HeaderClassName
{
color: #6F3866;
}
.AnyTagClassName
{
color: #6F3866;
}
</style>
background-color css
<style>
a { background-color: #6F3866; }
a { background-color: rgb(111,56,102); }
div.DivClassName
{
background-color: #6F3866;
}
.BgClassName
{
background-color: #6F3866;
}
</style>
border-color css
<style>
span { border-color: #6F3866; }
span { border-color: rgb(111,56,102); }
td.TdClassName
{
border-color: #6F3866;
}
.TagClassName
{
border-color: #6F3866;
}
</style>