Shades of Palatinate Purple #6A285D
Tints of Palatinate Purple #6A285D
RGB
CMYK
RGB Variations
Color information
#6A285D (or 0x6A285D) is known color: Palatinate Purple. HEX triplet: 6A, 28 and 5D. RGB value is (106,40,93). Sum of RGB (Red+Green+Blue) = 106+40+93=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A285D is #95D7A2. Grayscale: #414141. Windows color (decimal): -9820067 or 6105194. OLE color: 6105194.
HSL color Cylindrical-coordinate representation of color #6A285D: hue angle of 311.82º 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 #6A285D is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 40 | 93 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.58 |
| HSL | 311.82º | 0.45% | 0.29% | - |
| HSV(B) | 311.82º | 0.62% | 0.42% | - |
| XYZ | 8.68 | 5.37 | 10.94 | - |
| YUV | 65.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 93 | 0 | 0.62 | 0.12 | 0.58 | 311.82 | 0.45 | 0.29 |
| Hex | 6A | 28 | 5D | 0 | 3E | C | 3A | 138 | 2D | 1D |
| Octal | 152 | 50 | 135 | 0 | 76 | 14 | 72 | 470 | 55 | 35 |
| Binary | 1101010 | 101000 | 1011101 | 0 | 111110 | 1100 | 111010 | 100111000 | 101101 | 11101 |
Color Harmonies of #6A285D
Complementary color
Monochromatic Colors of #6A285D
Black with #6A285D
Text Example
Text Example
White with #6A285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A285D; }
p { color: rgb(106,40,93); }
H1.HeaderClassName
{
color: #6A285D;
}
.AnyTagClassName
{
color: #6A285D;
}
</style>
background-color css
<style>
a { background-color: #6A285D; }
a { background-color: rgb(106,40,93); }
div.DivClassName
{
background-color: #6A285D;
}
.BgClassName
{
background-color: #6A285D;
}
</style>
border-color css
<style>
span { border-color: #6A285D; }
span { border-color: rgb(106,40,93); }
td.TdClassName
{
border-color: #6A285D;
}
.TagClassName
{
border-color: #6A285D;
}
</style>