Shades of Palatinate Purple #6A1268
Tints of Palatinate Purple #6A1268
RGB
CMYK
RGB Variations
Color information
#6A1268 (or 0x6A1268) is known color: Palatinate Purple. HEX triplet: 6A, 12 and 68. RGB value is (106,18,104). Sum of RGB (Red+Green+Blue) = 106+18+104=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1268 is #95ED97. Grayscale: #353535. Windows color (decimal): -9825688 or 6820458. OLE color: 6820458.
HSL color Cylindrical-coordinate representation of color #6A1268: hue angle of 301.36º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1268 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 18 | 104 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.58 |
| HSL | 301.36º | 0.71% | 0.24% | - |
| HSV(B) | 301.36º | 0.83% | 0.42% | - |
| XYZ | 8.66 | 4.5 | 13.51 | - |
| YUV | 54.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 104 | 0 | 0.83 | 0.02 | 0.58 | 301.36 | 0.71 | 0.24 |
| Hex | 6A | 12 | 68 | 0 | 53 | 2 | 3A | 12D | 47 | 18 |
| Octal | 152 | 22 | 150 | 0 | 123 | 2 | 72 | 455 | 107 | 30 |
| Binary | 1101010 | 10010 | 1101000 | 0 | 1010011 | 10 | 111010 | 100101101 | 1000111 | 11000 |
Color Harmonies of #6A1268
Complementary color
Monochromatic Colors of #6A1268
Black with #6A1268
Text Example
Text Example
White with #6A1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1268; }
p { color: rgb(106,18,104); }
H1.HeaderClassName
{
color: #6A1268;
}
.AnyTagClassName
{
color: #6A1268;
}
</style>
background-color css
<style>
a { background-color: #6A1268; }
a { background-color: rgb(106,18,104); }
div.DivClassName
{
background-color: #6A1268;
}
.BgClassName
{
background-color: #6A1268;
}
</style>
border-color css
<style>
span { border-color: #6A1268; }
span { border-color: rgb(106,18,104); }
td.TdClassName
{
border-color: #6A1268;
}
.TagClassName
{
border-color: #6A1268;
}
</style>