Shades of Palatinate Purple #6A1554
Tints of Palatinate Purple #6A1554
RGB
CMYK
RGB Variations
Color information
#6A1554 (or 0x6A1554) is known color: Palatinate Purple. HEX triplet: 6A, 15 and 54. RGB value is (106,21,84). Sum of RGB (Red+Green+Blue) = 106+21+84=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1554 is #95EAAB. Grayscale: #353535. Windows color (decimal): -9824940 or 5510506. OLE color: 5510506.
HSL color Cylindrical-coordinate representation of color #6A1554: hue angle of 315.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1554 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 21 | 84 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.58 |
| HSL | 315.53º | 0.67% | 0.25% | - |
| HSV(B) | 315.53º | 0.8% | 0.42% | - |
| XYZ | 7.81 | 4.24 | 8.79 | - |
| YUV | 53.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 84 | 0 | 0.80 | 0.21 | 0.58 | 315.53 | 0.67 | 0.25 |
| Hex | 6A | 15 | 54 | 0 | 50 | 15 | 3A | 13C | 43 | 19 |
| Octal | 152 | 25 | 124 | 0 | 120 | 25 | 72 | 474 | 103 | 31 |
| Binary | 1101010 | 10101 | 1010100 | 0 | 1010000 | 10101 | 111010 | 100111100 | 1000011 | 11001 |
Color Harmonies of #6A1554
Complementary color
Monochromatic Colors of #6A1554
Black with #6A1554
Text Example
Text Example
White with #6A1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1554; }
p { color: rgb(106,21,84); }
H1.HeaderClassName
{
color: #6A1554;
}
.AnyTagClassName
{
color: #6A1554;
}
</style>
background-color css
<style>
a { background-color: #6A1554; }
a { background-color: rgb(106,21,84); }
div.DivClassName
{
background-color: #6A1554;
}
.BgClassName
{
background-color: #6A1554;
}
</style>
border-color css
<style>
span { border-color: #6A1554; }
span { border-color: rgb(106,21,84); }
td.TdClassName
{
border-color: #6A1554;
}
.TagClassName
{
border-color: #6A1554;
}
</style>