Shades of Palatinate Purple #6D085D
Tints of Palatinate Purple #6D085D
RGB
CMYK
RGB Variations
Color information
#6D085D (or 0x6D085D) is known color: Palatinate Purple. HEX triplet: 6D, 08 and 5D. RGB value is (109,8,93). Sum of RGB (Red+Green+Blue) = 109+8+93=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D085D is #92F7A2. Grayscale: #2F2F2F. Windows color (decimal): -9631651 or 6097005. OLE color: 6097005.
HSL color Cylindrical-coordinate representation of color #6D085D: hue angle of 309.5º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D085D is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 93 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.57 |
| HSL | 309.5º | 0.86% | 0.23% | - |
| HSV(B) | 309.5º | 0.93% | 0.43% | - |
| XYZ | 8.37 | 4.22 | 10.73 | - |
| YUV | 47.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 93 | 0 | 0.93 | 0.15 | 0.57 | 309.5 | 0.86 | 0.23 |
| Hex | 6D | 8 | 5D | 0 | 5D | F | 39 | 136 | 56 | 17 |
| Octal | 155 | 10 | 135 | 0 | 135 | 17 | 71 | 466 | 126 | 27 |
| Binary | 1101101 | 1000 | 1011101 | 0 | 1011101 | 1111 | 111001 | 100110110 | 1010110 | 10111 |
Color Harmonies of #6D085D
Complementary color
Monochromatic Colors of #6D085D
Black with #6D085D
Text Example
Text Example
White with #6D085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D085D; }
p { color: rgb(109,8,93); }
H1.HeaderClassName
{
color: #6D085D;
}
.AnyTagClassName
{
color: #6D085D;
}
</style>
background-color css
<style>
a { background-color: #6D085D; }
a { background-color: rgb(109,8,93); }
div.DivClassName
{
background-color: #6D085D;
}
.BgClassName
{
background-color: #6D085D;
}
</style>
border-color css
<style>
span { border-color: #6D085D; }
span { border-color: rgb(109,8,93); }
td.TdClassName
{
border-color: #6D085D;
}
.TagClassName
{
border-color: #6D085D;
}
</style>