Shades of Palatinate Purple #6D245D
Tints of Palatinate Purple #6D245D
RGB
CMYK
RGB Variations
Color information
#6D245D (or 0x6D245D) is known color: Palatinate Purple. HEX triplet: 6D, 24 and 5D. RGB value is (109,36,93). Sum of RGB (Red+Green+Blue) = 109+36+93=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D245D is #92DBA2. Grayscale: #404040. Windows color (decimal): -9624483 or 6104173. OLE color: 6104173.
HSL color Cylindrical-coordinate representation of color #6D245D: hue angle of 313.15º 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 #6D245D is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 93 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.57 |
| HSL | 313.15º | 0.5% | 0.28% | - |
| HSV(B) | 313.15º | 0.67% | 0.43% | - |
| XYZ | 8.91 | 5.3 | 10.91 | - |
| YUV | 64.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 93 | 0 | 0.67 | 0.15 | 0.57 | 313.15 | 0.5 | 0.28 |
| Hex | 6D | 24 | 5D | 0 | 43 | F | 39 | 139 | 32 | 1C |
| Octal | 155 | 44 | 135 | 0 | 103 | 17 | 71 | 471 | 62 | 34 |
| Binary | 1101101 | 100100 | 1011101 | 0 | 1000011 | 1111 | 111001 | 100111001 | 110010 | 11100 |
Color Harmonies of #6D245D
Complementary color
Monochromatic Colors of #6D245D
Black with #6D245D
Text Example
Text Example
White with #6D245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D245D; }
p { color: rgb(109,36,93); }
H1.HeaderClassName
{
color: #6D245D;
}
.AnyTagClassName
{
color: #6D245D;
}
</style>
background-color css
<style>
a { background-color: #6D245D; }
a { background-color: rgb(109,36,93); }
div.DivClassName
{
background-color: #6D245D;
}
.BgClassName
{
background-color: #6D245D;
}
</style>
border-color css
<style>
span { border-color: #6D245D; }
span { border-color: rgb(109,36,93); }
td.TdClassName
{
border-color: #6D245D;
}
.TagClassName
{
border-color: #6D245D;
}
</style>