Shades of Palatinate Purple #6A205A
Tints of Palatinate Purple #6A205A
RGB
CMYK
RGB Variations
Color information
#6A205A (or 0x6A205A) is known color: Palatinate Purple. HEX triplet: 6A, 20 and 5A. RGB value is (106,32,90). Sum of RGB (Red+Green+Blue) = 106+32+90=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A205A is #95DFA5. Grayscale: #3C3C3C. Windows color (decimal): -9822118 or 5906538. OLE color: 5906538.
HSL color Cylindrical-coordinate representation of color #6A205A: hue angle of 312.97º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A205A is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 90 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.58 |
| HSL | 312.97º | 0.54% | 0.27% | - |
| HSV(B) | 312.97º | 0.7% | 0.42% | - |
| XYZ | 8.31 | 4.84 | 10.17 | - |
| YUV | 60.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 90 | 0 | 0.70 | 0.15 | 0.58 | 312.97 | 0.54 | 0.27 |
| Hex | 6A | 20 | 5A | 0 | 46 | F | 3A | 139 | 36 | 1B |
| Octal | 152 | 40 | 132 | 0 | 106 | 17 | 72 | 471 | 66 | 33 |
| Binary | 1101010 | 100000 | 1011010 | 0 | 1000110 | 1111 | 111010 | 100111001 | 110110 | 11011 |
Color Harmonies of #6A205A
Complementary color
Monochromatic Colors of #6A205A
Black with #6A205A
Text Example
Text Example
White with #6A205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A205A; }
p { color: rgb(106,32,90); }
H1.HeaderClassName
{
color: #6A205A;
}
.AnyTagClassName
{
color: #6A205A;
}
</style>
background-color css
<style>
a { background-color: #6A205A; }
a { background-color: rgb(106,32,90); }
div.DivClassName
{
background-color: #6A205A;
}
.BgClassName
{
background-color: #6A205A;
}
</style>
border-color css
<style>
span { border-color: #6A205A; }
span { border-color: rgb(106,32,90); }
td.TdClassName
{
border-color: #6A205A;
}
.TagClassName
{
border-color: #6A205A;
}
</style>