Shades of Palatinate Purple #6A1355
Tints of Palatinate Purple #6A1355
RGB
CMYK
RGB Variations
Color information
#6A1355 (or 0x6A1355) is known color: Palatinate Purple. HEX triplet: 6A, 13 and 55. RGB value is (106,19,85). Sum of RGB (Red+Green+Blue) = 106+19+85=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1355 is #95ECAA. Grayscale: #343434. Windows color (decimal): -9825451 or 5575530. OLE color: 5575530.
HSL color Cylindrical-coordinate representation of color #6A1355: hue angle of 314.48º 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 #6A1355 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 19 | 85 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.58 |
| HSL | 314.48º | 0.7% | 0.25% | - |
| HSV(B) | 314.48º | 0.82% | 0.42% | - |
| XYZ | 7.82 | 4.19 | 8.99 | - |
| YUV | 52.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 85 | 0 | 0.82 | 0.20 | 0.58 | 314.48 | 0.7 | 0.25 |
| Hex | 6A | 13 | 55 | 0 | 52 | 14 | 3A | 13A | 46 | 19 |
| Octal | 152 | 23 | 125 | 0 | 122 | 24 | 72 | 472 | 106 | 31 |
| Binary | 1101010 | 10011 | 1010101 | 0 | 1010010 | 10100 | 111010 | 100111010 | 1000110 | 11001 |
Color Harmonies of #6A1355
Complementary color
Monochromatic Colors of #6A1355
Black with #6A1355
Text Example
Text Example
White with #6A1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1355; }
p { color: rgb(106,19,85); }
H1.HeaderClassName
{
color: #6A1355;
}
.AnyTagClassName
{
color: #6A1355;
}
</style>
background-color css
<style>
a { background-color: #6A1355; }
a { background-color: rgb(106,19,85); }
div.DivClassName
{
background-color: #6A1355;
}
.BgClassName
{
background-color: #6A1355;
}
</style>
border-color css
<style>
span { border-color: #6A1355; }
span { border-color: rgb(106,19,85); }
td.TdClassName
{
border-color: #6A1355;
}
.TagClassName
{
border-color: #6A1355;
}
</style>