Shades of Purple #6C0891
Tints of Purple #6C0891
RGB
CMYK
RGB Variations
Color information
#6C0891 (or 0x6C0891) is known color: Purple. HEX triplet: 6C, 08 and 91. RGB value is (108,8,145). Sum of RGB (Red+Green+Blue) = 108+8+145=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C0891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0891 is #93F76E. Grayscale: #353535. Windows color (decimal): -9697135 or 9504876. OLE color: 9504876.
HSL color Cylindrical-coordinate representation of color #6C0891: hue angle of 283.8º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0891 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 8 | 145 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.43 |
| HSL | 283.8º | 0.9% | 0.3% | - |
| HSV(B) | 283.8º | 0.94% | 0.57% | - |
| XYZ | 11.38 | 5.41 | 27.23 | - |
| YUV | 53.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 145 | 0.26 | 0.94 | 0 | 0.43 | 283.8 | 0.9 | 0.3 |
| Hex | 6C | 8 | 91 | 1A | 5E | 0 | 2B | 11C | 5A | 1E |
| Octal | 154 | 10 | 221 | 32 | 136 | 0 | 53 | 434 | 132 | 36 |
| Binary | 1101100 | 1000 | 10010001 | 11010 | 1011110 | 0 | 101011 | 100011100 | 1011010 | 11110 |
Color Harmonies of #6C0891
Complementary color
Monochromatic Colors of #6C0891
Black with #6C0891
Text Example
Text Example
White with #6C0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0891; }
p { color: rgb(108,8,145); }
H1.HeaderClassName
{
color: #6C0891;
}
.AnyTagClassName
{
color: #6C0891;
}
</style>
background-color css
<style>
a { background-color: #6C0891; }
a { background-color: rgb(108,8,145); }
div.DivClassName
{
background-color: #6C0891;
}
.BgClassName
{
background-color: #6C0891;
}
</style>
border-color css
<style>
span { border-color: #6C0891; }
span { border-color: rgb(108,8,145); }
td.TdClassName
{
border-color: #6C0891;
}
.TagClassName
{
border-color: #6C0891;
}
</style>