Shades of Palatinate Purple #6D245B
Tints of Palatinate Purple #6D245B
RGB
CMYK
RGB Variations
Color information
#6D245B (or 0x6D245B) is known color: Palatinate Purple. HEX triplet: 6D, 24 and 5B. RGB value is (109,36,91). Sum of RGB (Red+Green+Blue) = 109+36+91=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D245B is #92DBA4. Grayscale: #3F3F3F. Windows color (decimal): -9624485 or 5973101. OLE color: 5973101.
HSL color Cylindrical-coordinate representation of color #6D245B: hue angle of 314.79º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D245B is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 91 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.57 |
| HSL | 314.79º | 0.5% | 0.28% | - |
| HSV(B) | 314.79º | 0.67% | 0.43% | - |
| XYZ | 8.83 | 5.27 | 10.45 | - |
| YUV | 64.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 91 | 0 | 0.67 | 0.17 | 0.57 | 314.79 | 0.5 | 0.28 |
| Hex | 6D | 24 | 5B | 0 | 43 | 11 | 39 | 13B | 32 | 1C |
| Octal | 155 | 44 | 133 | 0 | 103 | 21 | 71 | 473 | 62 | 34 |
| Binary | 1101101 | 100100 | 1011011 | 0 | 1000011 | 10001 | 111001 | 100111011 | 110010 | 11100 |
Color Harmonies of #6D245B
Complementary color
Monochromatic Colors of #6D245B
Black with #6D245B
Text Example
Text Example
White with #6D245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D245B; }
p { color: rgb(109,36,91); }
H1.HeaderClassName
{
color: #6D245B;
}
.AnyTagClassName
{
color: #6D245B;
}
</style>
background-color css
<style>
a { background-color: #6D245B; }
a { background-color: rgb(109,36,91); }
div.DivClassName
{
background-color: #6D245B;
}
.BgClassName
{
background-color: #6D245B;
}
</style>
border-color css
<style>
span { border-color: #6D245B; }
span { border-color: rgb(109,36,91); }
td.TdClassName
{
border-color: #6D245B;
}
.TagClassName
{
border-color: #6D245B;
}
</style>