Shades of Palatinate Purple #6D285D
Tints of Palatinate Purple #6D285D
RGB
CMYK
RGB Variations
Color information
#6D285D (or 0x6D285D) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 5D. RGB value is (109,40,93). Sum of RGB (Red+Green+Blue) = 109+40+93=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D285D is #92D7A2. Grayscale: #424242. Windows color (decimal): -9623459 or 6105197. OLE color: 6105197.
HSL color Cylindrical-coordinate representation of color #6D285D: hue angle of 313.91º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D285D is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 93 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.57 |
| HSL | 313.91º | 0.46% | 0.29% | - |
| HSV(B) | 313.91º | 0.63% | 0.43% | - |
| XYZ | 9.04 | 5.56 | 10.95 | - |
| YUV | 66.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 93 | 0 | 0.63 | 0.15 | 0.57 | 313.91 | 0.46 | 0.29 |
| Hex | 6D | 28 | 5D | 0 | 3F | F | 39 | 13A | 2E | 1D |
| Octal | 155 | 50 | 135 | 0 | 77 | 17 | 71 | 472 | 56 | 35 |
| Binary | 1101101 | 101000 | 1011101 | 0 | 111111 | 1111 | 111001 | 100111010 | 101110 | 11101 |
Color Harmonies of #6D285D
Complementary color
Monochromatic Colors of #6D285D
Black with #6D285D
Text Example
Text Example
White with #6D285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D285D; }
p { color: rgb(109,40,93); }
H1.HeaderClassName
{
color: #6D285D;
}
.AnyTagClassName
{
color: #6D285D;
}
</style>
background-color css
<style>
a { background-color: #6D285D; }
a { background-color: rgb(109,40,93); }
div.DivClassName
{
background-color: #6D285D;
}
.BgClassName
{
background-color: #6D285D;
}
</style>
border-color css
<style>
span { border-color: #6D285D; }
span { border-color: rgb(109,40,93); }
td.TdClassName
{
border-color: #6D285D;
}
.TagClassName
{
border-color: #6D285D;
}
</style>