Shades of Palatinate Purple #6D355D
Tints of Palatinate Purple #6D355D
RGB
CMYK
RGB Variations
Color information
#6D355D (or 0x6D355D) is known color: Palatinate Purple. HEX triplet: 6D, 35 and 5D. RGB value is (109,53,93). Sum of RGB (Red+Green+Blue) = 109+53+93=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D355D is #92CAA2. Grayscale: #4A4A4A. Windows color (decimal): -9620131 or 6108525. OLE color: 6108525.
HSL color Cylindrical-coordinate representation of color #6D355D: hue angle of 317.14º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D355D is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 93 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.57 |
| HSL | 317.14º | 0.35% | 0.32% | - |
| HSV(B) | 317.14º | 0.51% | 0.43% | - |
| XYZ | 9.56 | 6.59 | 11.12 | - |
| YUV | 74.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 93 | 0 | 0.51 | 0.15 | 0.57 | 317.14 | 0.35 | 0.32 |
| Hex | 6D | 35 | 5D | 0 | 33 | F | 39 | 13D | 23 | 20 |
| Octal | 155 | 65 | 135 | 0 | 63 | 17 | 71 | 475 | 43 | 40 |
| Binary | 1101101 | 110101 | 1011101 | 0 | 110011 | 1111 | 111001 | 100111101 | 100011 | 100000 |
Color Harmonies of #6D355D
Complementary color
Monochromatic Colors of #6D355D
Black with #6D355D
Text Example
Text Example
White with #6D355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D355D; }
p { color: rgb(109,53,93); }
H1.HeaderClassName
{
color: #6D355D;
}
.AnyTagClassName
{
color: #6D355D;
}
</style>
background-color css
<style>
a { background-color: #6D355D; }
a { background-color: rgb(109,53,93); }
div.DivClassName
{
background-color: #6D355D;
}
.BgClassName
{
background-color: #6D355D;
}
</style>
border-color css
<style>
span { border-color: #6D355D; }
span { border-color: rgb(109,53,93); }
td.TdClassName
{
border-color: #6D355D;
}
.TagClassName
{
border-color: #6D355D;
}
</style>