Shades of Palatinate Purple #6A2065
Tints of Palatinate Purple #6A2065
RGB
CMYK
RGB Variations
Color information
#6A2065 (or 0x6A2065) is known color: Palatinate Purple. HEX triplet: 6A, 20 and 65. RGB value is (106,32,101). Sum of RGB (Red+Green+Blue) = 106+32+101=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2065 is #95DF9A. Grayscale: #3D3D3D. Windows color (decimal): -9822107 or 6627434. OLE color: 6627434.
HSL color Cylindrical-coordinate representation of color #6A2065: hue angle of 304.05º 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 #6A2065 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 101 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.58 |
| HSL | 304.05º | 0.54% | 0.27% | - |
| HSV(B) | 304.05º | 0.7% | 0.42% | - |
| XYZ | 8.81 | 5.04 | 12.82 | - |
| YUV | 61.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 101 | 0 | 0.70 | 0.05 | 0.58 | 304.05 | 0.54 | 0.27 |
| Hex | 6A | 20 | 65 | 0 | 46 | 5 | 3A | 130 | 36 | 1B |
| Octal | 152 | 40 | 145 | 0 | 106 | 5 | 72 | 460 | 66 | 33 |
| Binary | 1101010 | 100000 | 1100101 | 0 | 1000110 | 101 | 111010 | 100110000 | 110110 | 11011 |
Color Harmonies of #6A2065
Complementary color
Monochromatic Colors of #6A2065
Black with #6A2065
Text Example
Text Example
White with #6A2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2065; }
p { color: rgb(106,32,101); }
H1.HeaderClassName
{
color: #6A2065;
}
.AnyTagClassName
{
color: #6A2065;
}
</style>
background-color css
<style>
a { background-color: #6A2065; }
a { background-color: rgb(106,32,101); }
div.DivClassName
{
background-color: #6A2065;
}
.BgClassName
{
background-color: #6A2065;
}
</style>
border-color css
<style>
span { border-color: #6A2065; }
span { border-color: rgb(106,32,101); }
td.TdClassName
{
border-color: #6A2065;
}
.TagClassName
{
border-color: #6A2065;
}
</style>