Shades of Palatinate Purple #6C2062
Tints of Palatinate Purple #6C2062
RGB
CMYK
RGB Variations
Color information
#6C2062 (or 0x6C2062) is known color: Palatinate Purple. HEX triplet: 6C, 20 and 62. RGB value is (108,32,98). Sum of RGB (Red+Green+Blue) = 108+32+98=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2062 is #93DF9D. Grayscale: #3E3E3E. Windows color (decimal): -9691038 or 6430828. OLE color: 6430828.
HSL color Cylindrical-coordinate representation of color #6C2062: hue angle of 307.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2062 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 98 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.58 |
| HSL | 307.89º | 0.54% | 0.27% | - |
| HSV(B) | 307.89º | 0.7% | 0.42% | - |
| XYZ | 8.91 | 5.1 | 12.07 | - |
| YUV | 62.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 98 | 0 | 0.70 | 0.09 | 0.58 | 307.89 | 0.54 | 0.27 |
| Hex | 6C | 20 | 62 | 0 | 46 | 9 | 3A | 134 | 36 | 1B |
| Octal | 154 | 40 | 142 | 0 | 106 | 11 | 72 | 464 | 66 | 33 |
| Binary | 1101100 | 100000 | 1100010 | 0 | 1000110 | 1001 | 111010 | 100110100 | 110110 | 11011 |
Color Harmonies of #6C2062
Complementary color
Monochromatic Colors of #6C2062
Black with #6C2062
Text Example
Text Example
White with #6C2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2062; }
p { color: rgb(108,32,98); }
H1.HeaderClassName
{
color: #6C2062;
}
.AnyTagClassName
{
color: #6C2062;
}
</style>
background-color css
<style>
a { background-color: #6C2062; }
a { background-color: rgb(108,32,98); }
div.DivClassName
{
background-color: #6C2062;
}
.BgClassName
{
background-color: #6C2062;
}
</style>
border-color css
<style>
span { border-color: #6C2062; }
span { border-color: rgb(108,32,98); }
td.TdClassName
{
border-color: #6C2062;
}
.TagClassName
{
border-color: #6C2062;
}
</style>