Shades of Palatinate Purple #6C245A
Tints of Palatinate Purple #6C245A
RGB
CMYK
RGB Variations
Color information
#6C245A (or 0x6C245A) is known color: Palatinate Purple. HEX triplet: 6C, 24 and 5A. RGB value is (108,36,90). Sum of RGB (Red+Green+Blue) = 108+36+90=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C245A is #93DBA5. Grayscale: #3F3F3F. Windows color (decimal): -9690022 or 5907564. OLE color: 5907564.
HSL color Cylindrical-coordinate representation of color #6C245A: hue angle of 315º 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 #6C245A is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 90 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.58 |
| HSL | 315º | 0.5% | 0.28% | - |
| HSV(B) | 315º | 0.67% | 0.42% | - |
| XYZ | 8.66 | 5.19 | 10.22 | - |
| YUV | 63.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 90 | 0 | 0.67 | 0.17 | 0.58 | 315 | 0.5 | 0.28 |
| Hex | 6C | 24 | 5A | 0 | 43 | 11 | 3A | 13B | 32 | 1C |
| Octal | 154 | 44 | 132 | 0 | 103 | 21 | 72 | 473 | 62 | 34 |
| Binary | 1101100 | 100100 | 1011010 | 0 | 1000011 | 10001 | 111010 | 100111011 | 110010 | 11100 |
Color Harmonies of #6C245A
Complementary color
Monochromatic Colors of #6C245A
Black with #6C245A
Text Example
Text Example
White with #6C245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C245A; }
p { color: rgb(108,36,90); }
H1.HeaderClassName
{
color: #6C245A;
}
.AnyTagClassName
{
color: #6C245A;
}
</style>
background-color css
<style>
a { background-color: #6C245A; }
a { background-color: rgb(108,36,90); }
div.DivClassName
{
background-color: #6C245A;
}
.BgClassName
{
background-color: #6C245A;
}
</style>
border-color css
<style>
span { border-color: #6C245A; }
span { border-color: rgb(108,36,90); }
td.TdClassName
{
border-color: #6C245A;
}
.TagClassName
{
border-color: #6C245A;
}
</style>