Shades of Palatinate Purple #6A2C5C
Tints of Palatinate Purple #6A2C5C
RGB
CMYK
RGB Variations
Color information
#6A2C5C (or 0x6A2C5C) is known color: Palatinate Purple. HEX triplet: 6A, 2C and 5C. RGB value is (106,44,92). Sum of RGB (Red+Green+Blue) = 106+44+92=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2C5C is #95D3A3. Grayscale: #434343. Windows color (decimal): -9819044 or 6040682. OLE color: 6040682.
HSL color Cylindrical-coordinate representation of color #6A2C5C: hue angle of 313.55º 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 #6A2C5C is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 44 | 92 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.58 |
| HSL | 313.55º | 0.41% | 0.29% | - |
| HSV(B) | 313.55º | 0.58% | 0.42% | - |
| XYZ | 8.78 | 5.64 | 10.75 | - |
| YUV | 68.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 92 | 0 | 0.58 | 0.13 | 0.58 | 313.55 | 0.41 | 0.29 |
| Hex | 6A | 2C | 5C | 0 | 3A | D | 3A | 13A | 29 | 1D |
| Octal | 152 | 54 | 134 | 0 | 72 | 15 | 72 | 472 | 51 | 35 |
| Binary | 1101010 | 101100 | 1011100 | 0 | 111010 | 1101 | 111010 | 100111010 | 101001 | 11101 |
Color Harmonies of #6A2C5C
Complementary color
Monochromatic Colors of #6A2C5C
Black with #6A2C5C
Text Example
Text Example
White with #6A2C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2C5C; }
p { color: rgb(106,44,92); }
H1.HeaderClassName
{
color: #6A2C5C;
}
.AnyTagClassName
{
color: #6A2C5C;
}
</style>
background-color css
<style>
a { background-color: #6A2C5C; }
a { background-color: rgb(106,44,92); }
div.DivClassName
{
background-color: #6A2C5C;
}
.BgClassName
{
background-color: #6A2C5C;
}
</style>
border-color css
<style>
span { border-color: #6A2C5C; }
span { border-color: rgb(106,44,92); }
td.TdClassName
{
border-color: #6A2C5C;
}
.TagClassName
{
border-color: #6A2C5C;
}
</style>