Shades of Palatinate Purple #6B0D5C
Tints of Palatinate Purple #6B0D5C
RGB
CMYK
RGB Variations
Color information
#6B0D5C (or 0x6B0D5C) is known color: Palatinate Purple. HEX triplet: 6B, 0D and 5C. RGB value is (107,13,92). Sum of RGB (Red+Green+Blue) = 107+13+92=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D5C is #94F2A3. Grayscale: #313131. Windows color (decimal): -9761444 or 6032747. OLE color: 6032747.
HSL color Cylindrical-coordinate representation of color #6B0D5C: hue angle of 309.57º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D5C is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 13 | 92 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.58 |
| HSL | 309.57º | 0.78% | 0.24% | - |
| HSV(B) | 309.57º | 0.88% | 0.42% | - |
| XYZ | 8.14 | 4.19 | 10.5 | - |
| YUV | 50.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 92 | 0 | 0.88 | 0.14 | 0.58 | 309.57 | 0.78 | 0.24 |
| Hex | 6B | D | 5C | 0 | 58 | E | 3A | 136 | 4E | 18 |
| Octal | 153 | 15 | 134 | 0 | 130 | 16 | 72 | 466 | 116 | 30 |
| Binary | 1101011 | 1101 | 1011100 | 0 | 1011000 | 1110 | 111010 | 100110110 | 1001110 | 11000 |
Color Harmonies of #6B0D5C
Complementary color
Monochromatic Colors of #6B0D5C
Black with #6B0D5C
Text Example
Text Example
White with #6B0D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D5C; }
p { color: rgb(107,13,92); }
H1.HeaderClassName
{
color: #6B0D5C;
}
.AnyTagClassName
{
color: #6B0D5C;
}
</style>
background-color css
<style>
a { background-color: #6B0D5C; }
a { background-color: rgb(107,13,92); }
div.DivClassName
{
background-color: #6B0D5C;
}
.BgClassName
{
background-color: #6B0D5C;
}
</style>
border-color css
<style>
span { border-color: #6B0D5C; }
span { border-color: rgb(107,13,92); }
td.TdClassName
{
border-color: #6B0D5C;
}
.TagClassName
{
border-color: #6B0D5C;
}
</style>