Shades of Palatinate Purple #6A2066
Tints of Palatinate Purple #6A2066
RGB
CMYK
RGB Variations
Color information
#6A2066 (or 0x6A2066) is known color: Palatinate Purple. HEX triplet: 6A, 20 and 66. RGB value is (106,32,102). Sum of RGB (Red+Green+Blue) = 106+32+102=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2066 is #95DF99. Grayscale: #3D3D3D. Windows color (decimal): -9822106 or 6692970. OLE color: 6692970.
HSL color Cylindrical-coordinate representation of color #6A2066: hue angle of 303.24º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2066 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 102 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.58 |
| HSL | 303.24º | 0.54% | 0.27% | - |
| HSV(B) | 303.24º | 0.7% | 0.42% | - |
| XYZ | 8.86 | 5.06 | 13.08 | - |
| YUV | 62.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 102 | 0 | 0.70 | 0.04 | 0.58 | 303.24 | 0.54 | 0.27 |
| Hex | 6A | 20 | 66 | 0 | 46 | 4 | 3A | 12F | 36 | 1B |
| Octal | 152 | 40 | 146 | 0 | 106 | 4 | 72 | 457 | 66 | 33 |
| Binary | 1101010 | 100000 | 1100110 | 0 | 1000110 | 100 | 111010 | 100101111 | 110110 | 11011 |
Color Harmonies of #6A2066
Complementary color
Monochromatic Colors of #6A2066
Black with #6A2066
Text Example
Text Example
White with #6A2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2066; }
p { color: rgb(106,32,102); }
H1.HeaderClassName
{
color: #6A2066;
}
.AnyTagClassName
{
color: #6A2066;
}
</style>
background-color css
<style>
a { background-color: #6A2066; }
a { background-color: rgb(106,32,102); }
div.DivClassName
{
background-color: #6A2066;
}
.BgClassName
{
background-color: #6A2066;
}
</style>
border-color css
<style>
span { border-color: #6A2066; }
span { border-color: rgb(106,32,102); }
td.TdClassName
{
border-color: #6A2066;
}
.TagClassName
{
border-color: #6A2066;
}
</style>