Shades of Purple #6C0C95
Tints of Purple #6C0C95
RGB
CMYK
RGB Variations
Color information
#6C0C95 (or 0x6C0C95) is known color: Purple. HEX triplet: 6C, 0C and 95. RGB value is (108,12,149). Sum of RGB (Red+Green+Blue) = 108+12+149=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0C95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0C95 is #93F36A. Grayscale: #373737. Windows color (decimal): -9696107 or 9768044. OLE color: 9768044.
HSL color Cylindrical-coordinate representation of color #6C0C95: hue angle of 282.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0C95 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 12 | 149 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.42 |
| HSL | 282.04º | 0.85% | 0.32% | - |
| HSV(B) | 282.04º | 0.92% | 0.58% | - |
| XYZ | 11.74 | 5.62 | 28.9 | - |
| YUV | 56.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 149 | 0.28 | 0.92 | 0 | 0.42 | 282.04 | 0.85 | 0.32 |
| Hex | 6C | C | 95 | 1C | 5C | 0 | 2A | 11A | 55 | 20 |
| Octal | 154 | 14 | 225 | 34 | 134 | 0 | 52 | 432 | 125 | 40 |
| Binary | 1101100 | 1100 | 10010101 | 11100 | 1011100 | 0 | 101010 | 100011010 | 1010101 | 100000 |
Color Harmonies of #6C0C95
Complementary color
Monochromatic Colors of #6C0C95
Black with #6C0C95
Text Example
Text Example
White with #6C0C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0C95; }
p { color: rgb(108,12,149); }
H1.HeaderClassName
{
color: #6C0C95;
}
.AnyTagClassName
{
color: #6C0C95;
}
</style>
background-color css
<style>
a { background-color: #6C0C95; }
a { background-color: rgb(108,12,149); }
div.DivClassName
{
background-color: #6C0C95;
}
.BgClassName
{
background-color: #6C0C95;
}
</style>
border-color css
<style>
span { border-color: #6C0C95; }
span { border-color: rgb(108,12,149); }
td.TdClassName
{
border-color: #6C0C95;
}
.TagClassName
{
border-color: #6C0C95;
}
</style>