Shades of Palatinate Purple #6C246A
Tints of Palatinate Purple #6C246A
RGB
CMYK
RGB Variations
Color information
#6C246A (or 0x6C246A) is known color: Palatinate Purple. HEX triplet: 6C, 24 and 6A. RGB value is (108,36,106). Sum of RGB (Red+Green+Blue) = 108+36+106=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C246A is #93DB95. Grayscale: #414141. Windows color (decimal): -9690006 or 6956140. OLE color: 6956140.
HSL color Cylindrical-coordinate representation of color #6C246A: hue angle of 301.67º 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 #6C246A is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 106 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.58 |
| HSL | 301.67º | 0.5% | 0.28% | - |
| HSV(B) | 301.67º | 0.67% | 0.42% | - |
| XYZ | 9.42 | 5.49 | 14.2 | - |
| YUV | 65.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 106 | 0 | 0.67 | 0.02 | 0.58 | 301.67 | 0.5 | 0.28 |
| Hex | 6C | 24 | 6A | 0 | 43 | 2 | 3A | 12E | 32 | 1C |
| Octal | 154 | 44 | 152 | 0 | 103 | 2 | 72 | 456 | 62 | 34 |
| Binary | 1101100 | 100100 | 1101010 | 0 | 1000011 | 10 | 111010 | 100101110 | 110010 | 11100 |
Color Harmonies of #6C246A
Complementary color
Monochromatic Colors of #6C246A
Black with #6C246A
Text Example
Text Example
White with #6C246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C246A; }
p { color: rgb(108,36,106); }
H1.HeaderClassName
{
color: #6C246A;
}
.AnyTagClassName
{
color: #6C246A;
}
</style>
background-color css
<style>
a { background-color: #6C246A; }
a { background-color: rgb(108,36,106); }
div.DivClassName
{
background-color: #6C246A;
}
.BgClassName
{
background-color: #6C246A;
}
</style>
border-color css
<style>
span { border-color: #6C246A; }
span { border-color: rgb(108,36,106); }
td.TdClassName
{
border-color: #6C246A;
}
.TagClassName
{
border-color: #6C246A;
}
</style>