Shades of Palatinate Purple #6A3366
Tints of Palatinate Purple #6A3366
RGB
CMYK
RGB Variations
Color information
#6A3366 (or 0x6A3366) is known color: Palatinate Purple. HEX triplet: 6A, 33 and 66. RGB value is (106,51,102). Sum of RGB (Red+Green+Blue) = 106+51+102=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3366 is #95CC99. Grayscale: #494949. Windows color (decimal): -9817242 or 6697834. OLE color: 6697834.
HSL color Cylindrical-coordinate representation of color #6A3366: hue angle of 304.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3366 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 51 | 102 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.58 |
| HSL | 304.36º | 0.35% | 0.31% | - |
| HSV(B) | 304.36º | 0.52% | 0.42% | - |
| XYZ | 9.53 | 6.39 | 13.3 | - |
| YUV | 73.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 102 | 0 | 0.52 | 0.04 | 0.58 | 304.36 | 0.35 | 0.31 |
| Hex | 6A | 33 | 66 | 0 | 34 | 4 | 3A | 130 | 23 | 1F |
| Octal | 152 | 63 | 146 | 0 | 64 | 4 | 72 | 460 | 43 | 37 |
| Binary | 1101010 | 110011 | 1100110 | 0 | 110100 | 100 | 111010 | 100110000 | 100011 | 11111 |
Color Harmonies of #6A3366
Complementary color
Monochromatic Colors of #6A3366
Black with #6A3366
Text Example
Text Example
White with #6A3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3366; }
p { color: rgb(106,51,102); }
H1.HeaderClassName
{
color: #6A3366;
}
.AnyTagClassName
{
color: #6A3366;
}
</style>
background-color css
<style>
a { background-color: #6A3366; }
a { background-color: rgb(106,51,102); }
div.DivClassName
{
background-color: #6A3366;
}
.BgClassName
{
background-color: #6A3366;
}
</style>
border-color css
<style>
span { border-color: #6A3366; }
span { border-color: rgb(106,51,102); }
td.TdClassName
{
border-color: #6A3366;
}
.TagClassName
{
border-color: #6A3366;
}
</style>