Shades of Palatinate Purple #6F4466
Tints of Palatinate Purple #6F4466
RGB
CMYK
RGB Variations
Color information
#6F4466 (or 0x6F4466) is known color: Palatinate Purple. HEX triplet: 6F, 44 and 66. RGB value is (111,68,102). Sum of RGB (Red+Green+Blue) = 111+68+102=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4466 is #90BB99. Grayscale: #545454. Windows color (decimal): -9485210 or 6702191. OLE color: 6702191.
HSL color Cylindrical-coordinate representation of color #6F4466: hue angle of 312.56º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4466 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 102 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.56 |
| HSL | 312.56º | 0.24% | 0.35% | - |
| HSV(B) | 312.56º | 0.39% | 0.44% | - |
| XYZ | 11.02 | 8.47 | 13.62 | - |
| YUV | 84.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 102 | 0 | 0.39 | 0.08 | 0.56 | 312.56 | 0.24 | 0.35 |
| Hex | 6F | 44 | 66 | 0 | 27 | 8 | 38 | 139 | 18 | 23 |
| Octal | 157 | 104 | 146 | 0 | 47 | 10 | 70 | 471 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1100110 | 0 | 100111 | 1000 | 111000 | 100111001 | 11000 | 100011 |
Color Harmonies of #6F4466
Complementary color
Monochromatic Colors of #6F4466
Black with #6F4466
Text Example
Text Example
White with #6F4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4466; }
p { color: rgb(111,68,102); }
H1.HeaderClassName
{
color: #6F4466;
}
.AnyTagClassName
{
color: #6F4466;
}
</style>
background-color css
<style>
a { background-color: #6F4466; }
a { background-color: rgb(111,68,102); }
div.DivClassName
{
background-color: #6F4466;
}
.BgClassName
{
background-color: #6F4466;
}
</style>
border-color css
<style>
span { border-color: #6F4466; }
span { border-color: rgb(111,68,102); }
td.TdClassName
{
border-color: #6F4466;
}
.TagClassName
{
border-color: #6F4466;
}
</style>