Shades of Palatinate Purple #6C245D
Tints of Palatinate Purple #6C245D
RGB
CMYK
RGB Variations
Color information
#6C245D (or 0x6C245D) is known color: Palatinate Purple. HEX triplet: 6C, 24 and 5D. RGB value is (108,36,93). Sum of RGB (Red+Green+Blue) = 108+36+93=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C245D is #93DBA2. Grayscale: #3F3F3F. Windows color (decimal): -9690019 or 6104172. OLE color: 6104172.
HSL color Cylindrical-coordinate representation of color #6C245D: hue angle of 312.5º 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 #6C245D is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 93 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.58 |
| HSL | 312.5º | 0.5% | 0.28% | - |
| HSV(B) | 312.5º | 0.67% | 0.42% | - |
| XYZ | 8.79 | 5.24 | 10.9 | - |
| YUV | 64.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 93 | 0 | 0.67 | 0.14 | 0.58 | 312.5 | 0.5 | 0.28 |
| Hex | 6C | 24 | 5D | 0 | 43 | E | 3A | 138 | 32 | 1C |
| Octal | 154 | 44 | 135 | 0 | 103 | 16 | 72 | 470 | 62 | 34 |
| Binary | 1101100 | 100100 | 1011101 | 0 | 1000011 | 1110 | 111010 | 100111000 | 110010 | 11100 |
Color Harmonies of #6C245D
Complementary color
Monochromatic Colors of #6C245D
Black with #6C245D
Text Example
Text Example
White with #6C245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C245D; }
p { color: rgb(108,36,93); }
H1.HeaderClassName
{
color: #6C245D;
}
.AnyTagClassName
{
color: #6C245D;
}
</style>
background-color css
<style>
a { background-color: #6C245D; }
a { background-color: rgb(108,36,93); }
div.DivClassName
{
background-color: #6C245D;
}
.BgClassName
{
background-color: #6C245D;
}
</style>
border-color css
<style>
span { border-color: #6C245D; }
span { border-color: rgb(108,36,93); }
td.TdClassName
{
border-color: #6C245D;
}
.TagClassName
{
border-color: #6C245D;
}
</style>