Shades of Palatinate Purple #6A2C65
Tints of Palatinate Purple #6A2C65
RGB
CMYK
RGB Variations
Color information
#6A2C65 (or 0x6A2C65) is known color: Palatinate Purple. HEX triplet: 6A, 2C and 65. RGB value is (106,44,101). Sum of RGB (Red+Green+Blue) = 106+44+101=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2C65 is #95D39A. Grayscale: #444444. Windows color (decimal): -9819035 or 6630506. OLE color: 6630506.
HSL color Cylindrical-coordinate representation of color #6A2C65: hue angle of 304.84º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A2C65 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 44 | 101 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.58 |
| HSL | 304.84º | 0.41% | 0.29% | - |
| HSV(B) | 304.84º | 0.58% | 0.42% | - |
| XYZ | 9.19 | 5.81 | 12.95 | - |
| YUV | 69.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 101 | 0 | 0.58 | 0.05 | 0.58 | 304.84 | 0.41 | 0.29 |
| Hex | 6A | 2C | 65 | 0 | 3A | 5 | 3A | 131 | 29 | 1D |
| Octal | 152 | 54 | 145 | 0 | 72 | 5 | 72 | 461 | 51 | 35 |
| Binary | 1101010 | 101100 | 1100101 | 0 | 111010 | 101 | 111010 | 100110001 | 101001 | 11101 |
Color Harmonies of #6A2C65
Complementary color
Monochromatic Colors of #6A2C65
Black with #6A2C65
Text Example
Text Example
White with #6A2C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2C65; }
p { color: rgb(106,44,101); }
H1.HeaderClassName
{
color: #6A2C65;
}
.AnyTagClassName
{
color: #6A2C65;
}
</style>
background-color css
<style>
a { background-color: #6A2C65; }
a { background-color: rgb(106,44,101); }
div.DivClassName
{
background-color: #6A2C65;
}
.BgClassName
{
background-color: #6A2C65;
}
</style>
border-color css
<style>
span { border-color: #6A2C65; }
span { border-color: rgb(106,44,101); }
td.TdClassName
{
border-color: #6A2C65;
}
.TagClassName
{
border-color: #6A2C65;
}
</style>