Shades of Palatinate Purple #6A2062
Tints of Palatinate Purple #6A2062
RGB
CMYK
RGB Variations
Color information
#6A2062 (or 0x6A2062) is known color: Palatinate Purple. HEX triplet: 6A, 20 and 62. RGB value is (106,32,98). Sum of RGB (Red+Green+Blue) = 106+32+98=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2062 is #95DF9D. Grayscale: #3D3D3D. Windows color (decimal): -9822110 or 6430826. OLE color: 6430826.
HSL color Cylindrical-coordinate representation of color #6A2062: hue angle of 306.49º 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 #6A2062 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 98 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.58 |
| HSL | 306.49º | 0.54% | 0.27% | - |
| HSV(B) | 306.49º | 0.7% | 0.42% | - |
| XYZ | 8.66 | 4.98 | 12.06 | - |
| YUV | 61.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 98 | 0 | 0.70 | 0.08 | 0.58 | 306.49 | 0.54 | 0.27 |
| Hex | 6A | 20 | 62 | 0 | 46 | 8 | 3A | 132 | 36 | 1B |
| Octal | 152 | 40 | 142 | 0 | 106 | 10 | 72 | 462 | 66 | 33 |
| Binary | 1101010 | 100000 | 1100010 | 0 | 1000110 | 1000 | 111010 | 100110010 | 110110 | 11011 |
Color Harmonies of #6A2062
Complementary color
Monochromatic Colors of #6A2062
Black with #6A2062
Text Example
Text Example
White with #6A2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2062; }
p { color: rgb(106,32,98); }
H1.HeaderClassName
{
color: #6A2062;
}
.AnyTagClassName
{
color: #6A2062;
}
</style>
background-color css
<style>
a { background-color: #6A2062; }
a { background-color: rgb(106,32,98); }
div.DivClassName
{
background-color: #6A2062;
}
.BgClassName
{
background-color: #6A2062;
}
</style>
border-color css
<style>
span { border-color: #6A2062; }
span { border-color: rgb(106,32,98); }
td.TdClassName
{
border-color: #6A2062;
}
.TagClassName
{
border-color: #6A2062;
}
</style>