Shades of Purple #6C1291
Tints of Purple #6C1291
RGB
CMYK
RGB Variations
Color information
#6C1291 (or 0x6C1291) is known color: Purple. HEX triplet: 6C, 12 and 91. RGB value is (108,18,145). Sum of RGB (Red+Green+Blue) = 108+18+145=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C1291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1291 is #93ED6E. Grayscale: #3A3A3A. Windows color (decimal): -9694575 or 9507436. OLE color: 9507436.
HSL color Cylindrical-coordinate representation of color #6C1291: hue angle of 282.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1291 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 18 | 145 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.43 |
| HSL | 282.52º | 0.78% | 0.32% | - |
| HSV(B) | 282.52º | 0.88% | 0.57% | - |
| XYZ | 11.51 | 5.67 | 27.27 | - |
| YUV | 59.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 145 | 0.26 | 0.88 | 0 | 0.43 | 282.52 | 0.78 | 0.32 |
| Hex | 6C | 12 | 91 | 1A | 58 | 0 | 2B | 11B | 4E | 20 |
| Octal | 154 | 22 | 221 | 32 | 130 | 0 | 53 | 433 | 116 | 40 |
| Binary | 1101100 | 10010 | 10010001 | 11010 | 1011000 | 0 | 101011 | 100011011 | 1001110 | 100000 |
Color Harmonies of #6C1291
Complementary color
Monochromatic Colors of #6C1291
Black with #6C1291
Text Example
Text Example
White with #6C1291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1291; }
p { color: rgb(108,18,145); }
H1.HeaderClassName
{
color: #6C1291;
}
.AnyTagClassName
{
color: #6C1291;
}
</style>
background-color css
<style>
a { background-color: #6C1291; }
a { background-color: rgb(108,18,145); }
div.DivClassName
{
background-color: #6C1291;
}
.BgClassName
{
background-color: #6C1291;
}
</style>
border-color css
<style>
span { border-color: #6C1291; }
span { border-color: rgb(108,18,145); }
td.TdClassName
{
border-color: #6C1291;
}
.TagClassName
{
border-color: #6C1291;
}
</style>