Shades of Palatinate Purple #6C2462
Tints of Palatinate Purple #6C2462
RGB
CMYK
RGB Variations
Color information
#6C2462 (or 0x6C2462) is known color: Palatinate Purple. HEX triplet: 6C, 24 and 62. RGB value is (108,36,98). Sum of RGB (Red+Green+Blue) = 108+36+98=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2462 is #93DB9D. Grayscale: #404040. Windows color (decimal): -9690014 or 6431852. OLE color: 6431852.
HSL color Cylindrical-coordinate representation of color #6C2462: hue angle of 308.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2462 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 98 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.58 |
| HSL | 308.33º | 0.5% | 0.28% | - |
| HSV(B) | 308.33º | 0.67% | 0.42% | - |
| XYZ | 9.02 | 5.33 | 12.11 | - |
| YUV | 64.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 98 | 0 | 0.67 | 0.09 | 0.58 | 308.33 | 0.5 | 0.28 |
| Hex | 6C | 24 | 62 | 0 | 43 | 9 | 3A | 134 | 32 | 1C |
| Octal | 154 | 44 | 142 | 0 | 103 | 11 | 72 | 464 | 62 | 34 |
| Binary | 1101100 | 100100 | 1100010 | 0 | 1000011 | 1001 | 111010 | 100110100 | 110010 | 11100 |
Color Harmonies of #6C2462
Complementary color
Monochromatic Colors of #6C2462
Black with #6C2462
Text Example
Text Example
White with #6C2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2462; }
p { color: rgb(108,36,98); }
H1.HeaderClassName
{
color: #6C2462;
}
.AnyTagClassName
{
color: #6C2462;
}
</style>
background-color css
<style>
a { background-color: #6C2462; }
a { background-color: rgb(108,36,98); }
div.DivClassName
{
background-color: #6C2462;
}
.BgClassName
{
background-color: #6C2462;
}
</style>
border-color css
<style>
span { border-color: #6C2462; }
span { border-color: rgb(108,36,98); }
td.TdClassName
{
border-color: #6C2462;
}
.TagClassName
{
border-color: #6C2462;
}
</style>