Shades of Palatinate Purple #6B0C5E
Tints of Palatinate Purple #6B0C5E
RGB
CMYK
RGB Variations
Color information
#6B0C5E (or 0x6B0C5E) is known color: Palatinate Purple. HEX triplet: 6B, 0C and 5E. RGB value is (107,12,94). Sum of RGB (Red+Green+Blue) = 107+12+94=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C5E is #94F3A1. Grayscale: #313131. Windows color (decimal): -9761698 or 6163563. OLE color: 6163563.
HSL color Cylindrical-coordinate representation of color #6B0C5E: hue angle of 308.21º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C5E is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 94 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.58 |
| HSL | 308.21º | 0.8% | 0.23% | - |
| HSV(B) | 308.21º | 0.89% | 0.42% | - |
| XYZ | 8.22 | 4.2 | 10.97 | - |
| YUV | 49.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 94 | 0 | 0.89 | 0.12 | 0.58 | 308.21 | 0.8 | 0.23 |
| Hex | 6B | C | 5E | 0 | 59 | C | 3A | 134 | 50 | 17 |
| Octal | 153 | 14 | 136 | 0 | 131 | 14 | 72 | 464 | 120 | 27 |
| Binary | 1101011 | 1100 | 1011110 | 0 | 1011001 | 1100 | 111010 | 100110100 | 1010000 | 10111 |
Color Harmonies of #6B0C5E
Complementary color
Monochromatic Colors of #6B0C5E
Black with #6B0C5E
Text Example
Text Example
White with #6B0C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C5E; }
p { color: rgb(107,12,94); }
H1.HeaderClassName
{
color: #6B0C5E;
}
.AnyTagClassName
{
color: #6B0C5E;
}
</style>
background-color css
<style>
a { background-color: #6B0C5E; }
a { background-color: rgb(107,12,94); }
div.DivClassName
{
background-color: #6B0C5E;
}
.BgClassName
{
background-color: #6B0C5E;
}
</style>
border-color css
<style>
span { border-color: #6B0C5E; }
span { border-color: rgb(107,12,94); }
td.TdClassName
{
border-color: #6B0C5E;
}
.TagClassName
{
border-color: #6B0C5E;
}
</style>