Shades of Palatinate Purple #6D0B5C
Tints of Palatinate Purple #6D0B5C
RGB
CMYK
RGB Variations
Color information
#6D0B5C (or 0x6D0B5C) is known color: Palatinate Purple. HEX triplet: 6D, 0B and 5C. RGB value is (109,11,92). Sum of RGB (Red+Green+Blue) = 109+11+92=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B5C is #92F4A3. Grayscale: #313131. Windows color (decimal): -9630884 or 6032237. OLE color: 6032237.
HSL color Cylindrical-coordinate representation of color #6D0B5C: hue angle of 310.41º 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 #6D0B5C is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 92 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.57 |
| HSL | 310.41º | 0.82% | 0.24% | - |
| HSV(B) | 310.41º | 0.9% | 0.43% | - |
| XYZ | 8.36 | 4.26 | 10.51 | - |
| YUV | 49.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 92 | 0 | 0.90 | 0.16 | 0.57 | 310.41 | 0.82 | 0.24 |
| Hex | 6D | B | 5C | 0 | 5A | 10 | 39 | 136 | 52 | 18 |
| Octal | 155 | 13 | 134 | 0 | 132 | 20 | 71 | 466 | 122 | 30 |
| Binary | 1101101 | 1011 | 1011100 | 0 | 1011010 | 10000 | 111001 | 100110110 | 1010010 | 11000 |
Color Harmonies of #6D0B5C
Complementary color
Monochromatic Colors of #6D0B5C
Black with #6D0B5C
Text Example
Text Example
White with #6D0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B5C; }
p { color: rgb(109,11,92); }
H1.HeaderClassName
{
color: #6D0B5C;
}
.AnyTagClassName
{
color: #6D0B5C;
}
</style>
background-color css
<style>
a { background-color: #6D0B5C; }
a { background-color: rgb(109,11,92); }
div.DivClassName
{
background-color: #6D0B5C;
}
.BgClassName
{
background-color: #6D0B5C;
}
</style>
border-color css
<style>
span { border-color: #6D0B5C; }
span { border-color: rgb(109,11,92); }
td.TdClassName
{
border-color: #6D0B5C;
}
.TagClassName
{
border-color: #6D0B5C;
}
</style>