Shades of Palatinate Purple #6A1356
Tints of Palatinate Purple #6A1356
RGB
CMYK
RGB Variations
Color information
#6A1356 (or 0x6A1356) is known color: Palatinate Purple. HEX triplet: 6A, 13 and 56. RGB value is (106,19,86). Sum of RGB (Red+Green+Blue) = 106+19+86=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1356 is #95ECA9. Grayscale: #343434. Windows color (decimal): -9825450 or 5641066. OLE color: 5641066.
HSL color Cylindrical-coordinate representation of color #6A1356: hue angle of 313.79º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1356 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 19 | 86 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.58 |
| HSL | 313.79º | 0.7% | 0.25% | - |
| HSV(B) | 313.79º | 0.82% | 0.42% | - |
| XYZ | 7.86 | 4.2 | 9.2 | - |
| YUV | 52.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 86 | 0 | 0.82 | 0.19 | 0.58 | 313.79 | 0.7 | 0.25 |
| Hex | 6A | 13 | 56 | 0 | 52 | 13 | 3A | 13A | 46 | 19 |
| Octal | 152 | 23 | 126 | 0 | 122 | 23 | 72 | 472 | 106 | 31 |
| Binary | 1101010 | 10011 | 1010110 | 0 | 1010010 | 10011 | 111010 | 100111010 | 1000110 | 11001 |
Color Harmonies of #6A1356
Complementary color
Monochromatic Colors of #6A1356
Black with #6A1356
Text Example
Text Example
White with #6A1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1356; }
p { color: rgb(106,19,86); }
H1.HeaderClassName
{
color: #6A1356;
}
.AnyTagClassName
{
color: #6A1356;
}
</style>
background-color css
<style>
a { background-color: #6A1356; }
a { background-color: rgb(106,19,86); }
div.DivClassName
{
background-color: #6A1356;
}
.BgClassName
{
background-color: #6A1356;
}
</style>
border-color css
<style>
span { border-color: #6A1356; }
span { border-color: rgb(106,19,86); }
td.TdClassName
{
border-color: #6A1356;
}
.TagClassName
{
border-color: #6A1356;
}
</style>