Shades of Purple #6C1294
Tints of Purple #6C1294
RGB
CMYK
RGB Variations
Color information
#6C1294 (or 0x6C1294) is known color: Purple. HEX triplet: 6C, 12 and 94. RGB value is (108,18,148). Sum of RGB (Red+Green+Blue) = 108+18+148=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C1294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1294 is #93ED6B. Grayscale: #3B3B3B. Windows color (decimal): -9694572 or 9704044. OLE color: 9704044.
HSL color Cylindrical-coordinate representation of color #6C1294: hue angle of 281.54º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1294 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 18 | 148 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.42 |
| HSL | 281.54º | 0.78% | 0.33% | - |
| HSV(B) | 281.54º | 0.88% | 0.58% | - |
| XYZ | 11.75 | 5.76 | 28.51 | - |
| YUV | 59.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 148 | 0.27 | 0.88 | 0 | 0.42 | 281.54 | 0.78 | 0.33 |
| Hex | 6C | 12 | 94 | 1B | 58 | 0 | 2A | 11A | 4E | 21 |
| Octal | 154 | 22 | 224 | 33 | 130 | 0 | 52 | 432 | 116 | 41 |
| Binary | 1101100 | 10010 | 10010100 | 11011 | 1011000 | 0 | 101010 | 100011010 | 1001110 | 100001 |
Color Harmonies of #6C1294
Complementary color
Monochromatic Colors of #6C1294
Black with #6C1294
Text Example
Text Example
White with #6C1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1294; }
p { color: rgb(108,18,148); }
H1.HeaderClassName
{
color: #6C1294;
}
.AnyTagClassName
{
color: #6C1294;
}
</style>
background-color css
<style>
a { background-color: #6C1294; }
a { background-color: rgb(108,18,148); }
div.DivClassName
{
background-color: #6C1294;
}
.BgClassName
{
background-color: #6C1294;
}
</style>
border-color css
<style>
span { border-color: #6C1294; }
span { border-color: rgb(108,18,148); }
td.TdClassName
{
border-color: #6C1294;
}
.TagClassName
{
border-color: #6C1294;
}
</style>