Shades of Palatinate Purple #6C2A5E
Tints of Palatinate Purple #6C2A5E
RGB
CMYK
RGB Variations
Color information
#6C2A5E (or 0x6C2A5E) is known color: Palatinate Purple. HEX triplet: 6C, 2A and 5E. RGB value is (108,42,94). Sum of RGB (Red+Green+Blue) = 108+42+94=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2A5E is #93D5A1. Grayscale: #434343. Windows color (decimal): -9688482 or 6171244. OLE color: 6171244.
HSL color Cylindrical-coordinate representation of color #6C2A5E: hue angle of 312.73º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A5E is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 94 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.58 |
| HSL | 312.73º | 0.44% | 0.29% | - |
| HSV(B) | 312.73º | 0.61% | 0.42% | - |
| XYZ | 9.03 | 5.65 | 11.2 | - |
| YUV | 67.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 94 | 0 | 0.61 | 0.13 | 0.58 | 312.73 | 0.44 | 0.29 |
| Hex | 6C | 2A | 5E | 0 | 3D | D | 3A | 139 | 2C | 1D |
| Octal | 154 | 52 | 136 | 0 | 75 | 15 | 72 | 471 | 54 | 35 |
| Binary | 1101100 | 101010 | 1011110 | 0 | 111101 | 1101 | 111010 | 100111001 | 101100 | 11101 |
Color Harmonies of #6C2A5E
Complementary color
Monochromatic Colors of #6C2A5E
Black with #6C2A5E
Text Example
Text Example
White with #6C2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A5E; }
p { color: rgb(108,42,94); }
H1.HeaderClassName
{
color: #6C2A5E;
}
.AnyTagClassName
{
color: #6C2A5E;
}
</style>
background-color css
<style>
a { background-color: #6C2A5E; }
a { background-color: rgb(108,42,94); }
div.DivClassName
{
background-color: #6C2A5E;
}
.BgClassName
{
background-color: #6C2A5E;
}
</style>
border-color css
<style>
span { border-color: #6C2A5E; }
span { border-color: rgb(108,42,94); }
td.TdClassName
{
border-color: #6C2A5E;
}
.TagClassName
{
border-color: #6C2A5E;
}
</style>