Shades of Palatinate Purple #6A1468
Tints of Palatinate Purple #6A1468
RGB
CMYK
RGB Variations
Color information
#6A1468 (or 0x6A1468) is known color: Palatinate Purple. HEX triplet: 6A, 14 and 68. RGB value is (106,20,104). Sum of RGB (Red+Green+Blue) = 106+20+104=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1468 is #95EB97. Grayscale: #373737. Windows color (decimal): -9825176 or 6820970. OLE color: 6820970.
HSL color Cylindrical-coordinate representation of color #6A1468: hue angle of 301.4º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1468 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 104 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.58 |
| HSL | 301.4º | 0.68% | 0.25% | - |
| HSV(B) | 301.4º | 0.81% | 0.42% | - |
| XYZ | 8.69 | 4.56 | 13.52 | - |
| YUV | 55.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 104 | 0 | 0.81 | 0.02 | 0.58 | 301.4 | 0.68 | 0.25 |
| Hex | 6A | 14 | 68 | 0 | 51 | 2 | 3A | 12D | 44 | 19 |
| Octal | 152 | 24 | 150 | 0 | 121 | 2 | 72 | 455 | 104 | 31 |
| Binary | 1101010 | 10100 | 1101000 | 0 | 1010001 | 10 | 111010 | 100101101 | 1000100 | 11001 |
Color Harmonies of #6A1468
Complementary color
Monochromatic Colors of #6A1468
Black with #6A1468
Text Example
Text Example
White with #6A1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1468; }
p { color: rgb(106,20,104); }
H1.HeaderClassName
{
color: #6A1468;
}
.AnyTagClassName
{
color: #6A1468;
}
</style>
background-color css
<style>
a { background-color: #6A1468; }
a { background-color: rgb(106,20,104); }
div.DivClassName
{
background-color: #6A1468;
}
.BgClassName
{
background-color: #6A1468;
}
</style>
border-color css
<style>
span { border-color: #6A1468; }
span { border-color: rgb(106,20,104); }
td.TdClassName
{
border-color: #6A1468;
}
.TagClassName
{
border-color: #6A1468;
}
</style>