Shades of Palatinate Purple #6A2858
Tints of Palatinate Purple #6A2858
RGB
CMYK
RGB Variations
Color information
#6A2858 (or 0x6A2858) is known color: Palatinate Purple. HEX triplet: 6A, 28 and 58. RGB value is (106,40,88). Sum of RGB (Red+Green+Blue) = 106+40+88=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2858 is #95D7A7. Grayscale: #414141. Windows color (decimal): -9820072 or 5777514. OLE color: 5777514.
HSL color Cylindrical-coordinate representation of color #6A2858: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A2858 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 40 | 88 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.58 |
| HSL | 316.36º | 0.45% | 0.29% | - |
| HSV(B) | 316.36º | 0.62% | 0.42% | - |
| XYZ | 8.46 | 5.29 | 9.81 | - |
| YUV | 65.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 88 | 0 | 0.62 | 0.17 | 0.58 | 316.36 | 0.45 | 0.29 |
| Hex | 6A | 28 | 58 | 0 | 3E | 11 | 3A | 13C | 2D | 1D |
| Octal | 152 | 50 | 130 | 0 | 76 | 21 | 72 | 474 | 55 | 35 |
| Binary | 1101010 | 101000 | 1011000 | 0 | 111110 | 10001 | 111010 | 100111100 | 101101 | 11101 |
Color Harmonies of #6A2858
Complementary color
Monochromatic Colors of #6A2858
Black with #6A2858
Text Example
Text Example
White with #6A2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2858; }
p { color: rgb(106,40,88); }
H1.HeaderClassName
{
color: #6A2858;
}
.AnyTagClassName
{
color: #6A2858;
}
</style>
background-color css
<style>
a { background-color: #6A2858; }
a { background-color: rgb(106,40,88); }
div.DivClassName
{
background-color: #6A2858;
}
.BgClassName
{
background-color: #6A2858;
}
</style>
border-color css
<style>
span { border-color: #6A2858; }
span { border-color: rgb(106,40,88); }
td.TdClassName
{
border-color: #6A2858;
}
.TagClassName
{
border-color: #6A2858;
}
</style>