Shades of Palatinate Purple #6F3066
Tints of Palatinate Purple #6F3066
RGB
CMYK
RGB Variations
Color information
#6F3066 (or 0x6F3066) is known color: Palatinate Purple. HEX triplet: 6F, 30 and 66. RGB value is (111,48,102). Sum of RGB (Red+Green+Blue) = 111+48+102=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3066 is #90CF99. Grayscale: #484848. Windows color (decimal): -9490330 or 6697071. OLE color: 6697071.
HSL color Cylindrical-coordinate representation of color #6F3066: hue angle of 308.57º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3066 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 102 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.56 |
| HSL | 308.57º | 0.4% | 0.31% | - |
| HSV(B) | 308.57º | 0.57% | 0.44% | - |
| XYZ | 10.01 | 6.45 | 13.29 | - |
| YUV | 72.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 102 | 0 | 0.57 | 0.08 | 0.56 | 308.57 | 0.4 | 0.31 |
| Hex | 6F | 30 | 66 | 0 | 39 | 8 | 38 | 135 | 28 | 1F |
| Octal | 157 | 60 | 146 | 0 | 71 | 10 | 70 | 465 | 50 | 37 |
| Binary | 1101111 | 110000 | 1100110 | 0 | 111001 | 1000 | 111000 | 100110101 | 101000 | 11111 |
Color Harmonies of #6F3066
Complementary color
Monochromatic Colors of #6F3066
Black with #6F3066
Text Example
Text Example
White with #6F3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3066; }
p { color: rgb(111,48,102); }
H1.HeaderClassName
{
color: #6F3066;
}
.AnyTagClassName
{
color: #6F3066;
}
</style>
background-color css
<style>
a { background-color: #6F3066; }
a { background-color: rgb(111,48,102); }
div.DivClassName
{
background-color: #6F3066;
}
.BgClassName
{
background-color: #6F3066;
}
</style>
border-color css
<style>
span { border-color: #6F3066; }
span { border-color: rgb(111,48,102); }
td.TdClassName
{
border-color: #6F3066;
}
.TagClassName
{
border-color: #6F3066;
}
</style>