Shades of Palatinate Purple #6D0B5D
Tints of Palatinate Purple #6D0B5D
RGB
CMYK
RGB Variations
Color information
#6D0B5D (or 0x6D0B5D) is known color: Palatinate Purple. HEX triplet: 6D, 0B and 5D. RGB value is (109,11,93). Sum of RGB (Red+Green+Blue) = 109+11+93=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B5D is #92F4A2. Grayscale: #313131. Windows color (decimal): -9630883 or 6097773. OLE color: 6097773.
HSL color Cylindrical-coordinate representation of color #6D0B5D: hue angle of 309.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B5D is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 93 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.57 |
| HSL | 309.8º | 0.82% | 0.24% | - |
| HSV(B) | 309.8º | 0.9% | 0.43% | - |
| XYZ | 8.4 | 4.28 | 10.74 | - |
| YUV | 49.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 93 | 0 | 0.90 | 0.15 | 0.57 | 309.8 | 0.82 | 0.24 |
| Hex | 6D | B | 5D | 0 | 5A | F | 39 | 136 | 52 | 18 |
| Octal | 155 | 13 | 135 | 0 | 132 | 17 | 71 | 466 | 122 | 30 |
| Binary | 1101101 | 1011 | 1011101 | 0 | 1011010 | 1111 | 111001 | 100110110 | 1010010 | 11000 |
Color Harmonies of #6D0B5D
Complementary color
Monochromatic Colors of #6D0B5D
Black with #6D0B5D
Text Example
Text Example
White with #6D0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B5D; }
p { color: rgb(109,11,93); }
H1.HeaderClassName
{
color: #6D0B5D;
}
.AnyTagClassName
{
color: #6D0B5D;
}
</style>
background-color css
<style>
a { background-color: #6D0B5D; }
a { background-color: rgb(109,11,93); }
div.DivClassName
{
background-color: #6D0B5D;
}
.BgClassName
{
background-color: #6D0B5D;
}
</style>
border-color css
<style>
span { border-color: #6D0B5D; }
span { border-color: rgb(109,11,93); }
td.TdClassName
{
border-color: #6D0B5D;
}
.TagClassName
{
border-color: #6D0B5D;
}
</style>