Shades of Palatinate Purple #6C2163
Tints of Palatinate Purple #6C2163
RGB
CMYK
RGB Variations
Color information
#6C2163 (or 0x6C2163) is known color: Palatinate Purple. HEX triplet: 6C, 21 and 63. RGB value is (108,33,99). Sum of RGB (Red+Green+Blue) = 108+33+99=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2163 is #93DE9C. Grayscale: #3E3E3E. Windows color (decimal): -9690781 or 6496620. OLE color: 6496620.
HSL color Cylindrical-coordinate representation of color #6C2163: hue angle of 307.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2163 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 99 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.58 |
| HSL | 307.2º | 0.53% | 0.28% | - |
| HSV(B) | 307.2º | 0.69% | 0.42% | - |
| XYZ | 8.98 | 5.18 | 12.33 | - |
| YUV | 62.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 99 | 0 | 0.69 | 0.08 | 0.58 | 307.2 | 0.53 | 0.28 |
| Hex | 6C | 21 | 63 | 0 | 45 | 8 | 3A | 133 | 35 | 1C |
| Octal | 154 | 41 | 143 | 0 | 105 | 10 | 72 | 463 | 65 | 34 |
| Binary | 1101100 | 100001 | 1100011 | 0 | 1000101 | 1000 | 111010 | 100110011 | 110101 | 11100 |
Color Harmonies of #6C2163
Complementary color
Monochromatic Colors of #6C2163
Black with #6C2163
Text Example
Text Example
White with #6C2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2163; }
p { color: rgb(108,33,99); }
H1.HeaderClassName
{
color: #6C2163;
}
.AnyTagClassName
{
color: #6C2163;
}
</style>
background-color css
<style>
a { background-color: #6C2163; }
a { background-color: rgb(108,33,99); }
div.DivClassName
{
background-color: #6C2163;
}
.BgClassName
{
background-color: #6C2163;
}
</style>
border-color css
<style>
span { border-color: #6C2163; }
span { border-color: rgb(108,33,99); }
td.TdClassName
{
border-color: #6C2163;
}
.TagClassName
{
border-color: #6C2163;
}
</style>