Shades of Purple #6C1391
Tints of Purple #6C1391
RGB
CMYK
RGB Variations
Color information
#6C1391 (or 0x6C1391) is known color: Purple. HEX triplet: 6C, 13 and 91. RGB value is (108,19,145). Sum of RGB (Red+Green+Blue) = 108+19+145=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C1391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1391 is #93EC6E. Grayscale: #3B3B3B. Windows color (decimal): -9694319 or 9507692. OLE color: 9507692.
HSL color Cylindrical-coordinate representation of color #6C1391: hue angle of 282.38º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C1391 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 19 | 145 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.43 |
| HSL | 282.38º | 0.77% | 0.32% | - |
| HSV(B) | 282.38º | 0.87% | 0.57% | - |
| XYZ | 11.53 | 5.7 | 27.28 | - |
| YUV | 59.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 145 | 0.26 | 0.87 | 0 | 0.43 | 282.38 | 0.77 | 0.32 |
| Hex | 6C | 13 | 91 | 1A | 57 | 0 | 2B | 11A | 4D | 20 |
| Octal | 154 | 23 | 221 | 32 | 127 | 0 | 53 | 432 | 115 | 40 |
| Binary | 1101100 | 10011 | 10010001 | 11010 | 1010111 | 0 | 101011 | 100011010 | 1001101 | 100000 |
Color Harmonies of #6C1391
Complementary color
Monochromatic Colors of #6C1391
Black with #6C1391
Text Example
Text Example
White with #6C1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1391; }
p { color: rgb(108,19,145); }
H1.HeaderClassName
{
color: #6C1391;
}
.AnyTagClassName
{
color: #6C1391;
}
</style>
background-color css
<style>
a { background-color: #6C1391; }
a { background-color: rgb(108,19,145); }
div.DivClassName
{
background-color: #6C1391;
}
.BgClassName
{
background-color: #6C1391;
}
</style>
border-color css
<style>
span { border-color: #6C1391; }
span { border-color: rgb(108,19,145); }
td.TdClassName
{
border-color: #6C1391;
}
.TagClassName
{
border-color: #6C1391;
}
</style>