Shades of Palatinate Purple #6A2B56
Tints of Palatinate Purple #6A2B56
RGB
CMYK
RGB Variations
Color information
#6A2B56 (or 0x6A2B56) is known color: Palatinate Purple. HEX triplet: 6A, 2B and 56. RGB value is (106,43,86). Sum of RGB (Red+Green+Blue) = 106+43+86=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2B56 is #95D4A9. Grayscale: #424242. Windows color (decimal): -9819306 or 5647210. OLE color: 5647210.
HSL color Cylindrical-coordinate representation of color #6A2B56: hue angle of 319.05º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A2B56 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 43 | 86 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.58 |
| HSL | 319.05º | 0.42% | 0.29% | - |
| HSV(B) | 319.05º | 0.59% | 0.42% | - |
| XYZ | 8.49 | 5.46 | 9.41 | - |
| YUV | 66.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 43 | 86 | 0 | 0.59 | 0.19 | 0.58 | 319.05 | 0.42 | 0.29 |
| Hex | 6A | 2B | 56 | 0 | 3B | 13 | 3A | 13F | 2A | 1D |
| Octal | 152 | 53 | 126 | 0 | 73 | 23 | 72 | 477 | 52 | 35 |
| Binary | 1101010 | 101011 | 1010110 | 0 | 111011 | 10011 | 111010 | 100111111 | 101010 | 11101 |
Color Harmonies of #6A2B56
Complementary color
Monochromatic Colors of #6A2B56
Black with #6A2B56
Text Example
Text Example
White with #6A2B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2B56; }
p { color: rgb(106,43,86); }
H1.HeaderClassName
{
color: #6A2B56;
}
.AnyTagClassName
{
color: #6A2B56;
}
</style>
background-color css
<style>
a { background-color: #6A2B56; }
a { background-color: rgb(106,43,86); }
div.DivClassName
{
background-color: #6A2B56;
}
.BgClassName
{
background-color: #6A2B56;
}
</style>
border-color css
<style>
span { border-color: #6A2B56; }
span { border-color: rgb(106,43,86); }
td.TdClassName
{
border-color: #6A2B56;
}
.TagClassName
{
border-color: #6A2B56;
}
</style>