Shades of Palatinate Purple #6A1B54
Tints of Palatinate Purple #6A1B54
RGB
CMYK
RGB Variations
Color information
#6A1B54 (or 0x6A1B54) is known color: Palatinate Purple. HEX triplet: 6A, 1B and 54. RGB value is (106,27,84). Sum of RGB (Red+Green+Blue) = 106+27+84=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1B54 is #95E4AB. Grayscale: #383838. Windows color (decimal): -9823404 or 5512042. OLE color: 5512042.
HSL color Cylindrical-coordinate representation of color #6A1B54: hue angle of 316.71º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A1B54 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 27 | 84 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.58 |
| HSL | 316.71º | 0.59% | 0.26% | - |
| HSV(B) | 316.71º | 0.75% | 0.42% | - |
| XYZ | 7.94 | 4.49 | 8.84 | - |
| YUV | 57.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 27 | 84 | 0 | 0.75 | 0.21 | 0.58 | 316.71 | 0.59 | 0.26 |
| Hex | 6A | 1B | 54 | 0 | 4B | 15 | 3A | 13D | 3B | 1A |
| Octal | 152 | 33 | 124 | 0 | 113 | 25 | 72 | 475 | 73 | 32 |
| Binary | 1101010 | 11011 | 1010100 | 0 | 1001011 | 10101 | 111010 | 100111101 | 111011 | 11010 |
Color Harmonies of #6A1B54
Complementary color
Monochromatic Colors of #6A1B54
Black with #6A1B54
Text Example
Text Example
White with #6A1B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1B54; }
p { color: rgb(106,27,84); }
H1.HeaderClassName
{
color: #6A1B54;
}
.AnyTagClassName
{
color: #6A1B54;
}
</style>
background-color css
<style>
a { background-color: #6A1B54; }
a { background-color: rgb(106,27,84); }
div.DivClassName
{
background-color: #6A1B54;
}
.BgClassName
{
background-color: #6A1B54;
}
</style>
border-color css
<style>
span { border-color: #6A1B54; }
span { border-color: rgb(106,27,84); }
td.TdClassName
{
border-color: #6A1B54;
}
.TagClassName
{
border-color: #6A1B54;
}
</style>