Shades of Palatinate Purple #6C2B5C
Tints of Palatinate Purple #6C2B5C
RGB
CMYK
RGB Variations
Color information
#6C2B5C (or 0x6C2B5C) is known color: Palatinate Purple. HEX triplet: 6C, 2B and 5C. RGB value is (108,43,92). Sum of RGB (Red+Green+Blue) = 108+43+92=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2B5C is #93D4A3. Grayscale: #434343. Windows color (decimal): -9688228 or 6040428. OLE color: 6040428.
HSL color Cylindrical-coordinate representation of color #6C2B5C: hue angle of 314.77º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C2B5C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 43 | 92 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.58 |
| HSL | 314.77º | 0.43% | 0.3% | - |
| HSV(B) | 314.77º | 0.6% | 0.42% | - |
| XYZ | 8.98 | 5.69 | 10.75 | - |
| YUV | 68.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 92 | 0 | 0.60 | 0.15 | 0.58 | 314.77 | 0.43 | 0.3 |
| Hex | 6C | 2B | 5C | 0 | 3C | F | 3A | 13B | 2B | 1E |
| Octal | 154 | 53 | 134 | 0 | 74 | 17 | 72 | 473 | 53 | 36 |
| Binary | 1101100 | 101011 | 1011100 | 0 | 111100 | 1111 | 111010 | 100111011 | 101011 | 11110 |
Color Harmonies of #6C2B5C
Complementary color
Monochromatic Colors of #6C2B5C
Black with #6C2B5C
Text Example
Text Example
White with #6C2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B5C; }
p { color: rgb(108,43,92); }
H1.HeaderClassName
{
color: #6C2B5C;
}
.AnyTagClassName
{
color: #6C2B5C;
}
</style>
background-color css
<style>
a { background-color: #6C2B5C; }
a { background-color: rgb(108,43,92); }
div.DivClassName
{
background-color: #6C2B5C;
}
.BgClassName
{
background-color: #6C2B5C;
}
</style>
border-color css
<style>
span { border-color: #6C2B5C; }
span { border-color: rgb(108,43,92); }
td.TdClassName
{
border-color: #6C2B5C;
}
.TagClassName
{
border-color: #6C2B5C;
}
</style>