Shades of Palatinate Purple #6A0C64
Tints of Palatinate Purple #6A0C64
RGB
CMYK
RGB Variations
Color information
#6A0C64 (or 0x6A0C64) is known color: Palatinate Purple. HEX triplet: 6A, 0C and 64. RGB value is (106,12,100). Sum of RGB (Red+Green+Blue) = 106+12+100=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0C64 is #95F39B. Grayscale: #313131. Windows color (decimal): -9827228 or 6556778. OLE color: 6556778.
HSL color Cylindrical-coordinate representation of color #6A0C64: hue angle of 303.83º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A0C64 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 12 | 100 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.58 |
| HSL | 303.83º | 0.8% | 0.23% | - |
| HSV(B) | 303.83º | 0.89% | 0.42% | - |
| XYZ | 8.38 | 4.25 | 12.43 | - |
| YUV | 50.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 12 | 100 | 0 | 0.89 | 0.06 | 0.58 | 303.83 | 0.8 | 0.23 |
| Hex | 6A | C | 64 | 0 | 59 | 6 | 3A | 130 | 50 | 17 |
| Octal | 152 | 14 | 144 | 0 | 131 | 6 | 72 | 460 | 120 | 27 |
| Binary | 1101010 | 1100 | 1100100 | 0 | 1011001 | 110 | 111010 | 100110000 | 1010000 | 10111 |
Color Harmonies of #6A0C64
Complementary color
Monochromatic Colors of #6A0C64
Black with #6A0C64
Text Example
Text Example
White with #6A0C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0C64; }
p { color: rgb(106,12,100); }
H1.HeaderClassName
{
color: #6A0C64;
}
.AnyTagClassName
{
color: #6A0C64;
}
</style>
background-color css
<style>
a { background-color: #6A0C64; }
a { background-color: rgb(106,12,100); }
div.DivClassName
{
background-color: #6A0C64;
}
.BgClassName
{
background-color: #6A0C64;
}
</style>
border-color css
<style>
span { border-color: #6A0C64; }
span { border-color: rgb(106,12,100); }
td.TdClassName
{
border-color: #6A0C64;
}
.TagClassName
{
border-color: #6A0C64;
}
</style>