Shades of Palatinate Purple #6C1B5E
Tints of Palatinate Purple #6C1B5E
RGB
CMYK
RGB Variations
Color information
#6C1B5E (or 0x6C1B5E) is known color: Palatinate Purple. HEX triplet: 6C, 1B and 5E. RGB value is (108,27,94). Sum of RGB (Red+Green+Blue) = 108+27+94=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1B5E is #93E4A1. Grayscale: #3A3A3A. Windows color (decimal): -9692322 or 6167404. OLE color: 6167404.
HSL color Cylindrical-coordinate representation of color #6C1B5E: hue angle of 310.37º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B5E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 94 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.58 |
| HSL | 310.37º | 0.6% | 0.26% | - |
| HSV(B) | 310.37º | 0.75% | 0.42% | - |
| XYZ | 8.6 | 4.78 | 11.06 | - |
| YUV | 58.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 94 | 0 | 0.75 | 0.13 | 0.58 | 310.37 | 0.6 | 0.26 |
| Hex | 6C | 1B | 5E | 0 | 4B | D | 3A | 136 | 3C | 1A |
| Octal | 154 | 33 | 136 | 0 | 113 | 15 | 72 | 466 | 74 | 32 |
| Binary | 1101100 | 11011 | 1011110 | 0 | 1001011 | 1101 | 111010 | 100110110 | 111100 | 11010 |
Color Harmonies of #6C1B5E
Complementary color
Monochromatic Colors of #6C1B5E
Black with #6C1B5E
Text Example
Text Example
White with #6C1B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B5E; }
p { color: rgb(108,27,94); }
H1.HeaderClassName
{
color: #6C1B5E;
}
.AnyTagClassName
{
color: #6C1B5E;
}
</style>
background-color css
<style>
a { background-color: #6C1B5E; }
a { background-color: rgb(108,27,94); }
div.DivClassName
{
background-color: #6C1B5E;
}
.BgClassName
{
background-color: #6C1B5E;
}
</style>
border-color css
<style>
span { border-color: #6C1B5E; }
span { border-color: rgb(108,27,94); }
td.TdClassName
{
border-color: #6C1B5E;
}
.TagClassName
{
border-color: #6C1B5E;
}
</style>