Shades of Palatinate Purple #6B1C59
Tints of Palatinate Purple #6B1C59
RGB
CMYK
RGB Variations
Color information
#6B1C59 (or 0x6B1C59) is known color: Palatinate Purple. HEX triplet: 6B, 1C and 59. RGB value is (107,28,89). Sum of RGB (Red+Green+Blue) = 107+28+89=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1C59 is #94E3A6. Grayscale: #3A3A3A. Windows color (decimal): -9757607 or 5839979. OLE color: 5839979.
HSL color Cylindrical-coordinate representation of color #6B1C59: hue angle of 313.67º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1C59 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 28 | 89 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.58 |
| HSL | 313.67º | 0.59% | 0.26% | - |
| HSV(B) | 313.67º | 0.74% | 0.42% | - |
| XYZ | 8.28 | 4.68 | 9.92 | - |
| YUV | 58.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 28 | 89 | 0 | 0.74 | 0.17 | 0.58 | 313.67 | 0.59 | 0.26 |
| Hex | 6B | 1C | 59 | 0 | 4A | 11 | 3A | 13A | 3B | 1A |
| Octal | 153 | 34 | 131 | 0 | 112 | 21 | 72 | 472 | 73 | 32 |
| Binary | 1101011 | 11100 | 1011001 | 0 | 1001010 | 10001 | 111010 | 100111010 | 111011 | 11010 |
Color Harmonies of #6B1C59
Complementary color
Monochromatic Colors of #6B1C59
Black with #6B1C59
Text Example
Text Example
White with #6B1C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1C59; }
p { color: rgb(107,28,89); }
H1.HeaderClassName
{
color: #6B1C59;
}
.AnyTagClassName
{
color: #6B1C59;
}
</style>
background-color css
<style>
a { background-color: #6B1C59; }
a { background-color: rgb(107,28,89); }
div.DivClassName
{
background-color: #6B1C59;
}
.BgClassName
{
background-color: #6B1C59;
}
</style>
border-color css
<style>
span { border-color: #6B1C59; }
span { border-color: rgb(107,28,89); }
td.TdClassName
{
border-color: #6B1C59;
}
.TagClassName
{
border-color: #6B1C59;
}
</style>