Shades of Palatinate Purple #6A0766
Tints of Palatinate Purple #6A0766
RGB
CMYK
RGB Variations
Color information
#6A0766 (or 0x6A0766) is known color: Palatinate Purple. HEX triplet: 6A, 07 and 66. RGB value is (106,7,102). Sum of RGB (Red+Green+Blue) = 106+7+102=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0766 is #95F899. Grayscale: #2F2F2F. Windows color (decimal): -9828506 or 6686570. OLE color: 6686570.
HSL color Cylindrical-coordinate representation of color #6A0766: hue angle of 302.42º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0766 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 102 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.58 |
| HSL | 302.42º | 0.88% | 0.22% | - |
| HSV(B) | 302.42º | 0.93% | 0.42% | - |
| XYZ | 8.42 | 4.18 | 12.93 | - |
| YUV | 47.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 102 | 0 | 0.93 | 0.04 | 0.58 | 302.42 | 0.88 | 0.22 |
| Hex | 6A | 7 | 66 | 0 | 5D | 4 | 3A | 12E | 58 | 16 |
| Octal | 152 | 7 | 146 | 0 | 135 | 4 | 72 | 456 | 130 | 26 |
| Binary | 1101010 | 111 | 1100110 | 0 | 1011101 | 100 | 111010 | 100101110 | 1011000 | 10110 |
Color Harmonies of #6A0766
Complementary color
Monochromatic Colors of #6A0766
Black with #6A0766
Text Example
Text Example
White with #6A0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0766; }
p { color: rgb(106,7,102); }
H1.HeaderClassName
{
color: #6A0766;
}
.AnyTagClassName
{
color: #6A0766;
}
</style>
background-color css
<style>
a { background-color: #6A0766; }
a { background-color: rgb(106,7,102); }
div.DivClassName
{
background-color: #6A0766;
}
.BgClassName
{
background-color: #6A0766;
}
</style>
border-color css
<style>
span { border-color: #6A0766; }
span { border-color: rgb(106,7,102); }
td.TdClassName
{
border-color: #6A0766;
}
.TagClassName
{
border-color: #6A0766;
}
</style>