Shades of Purple #6C0C96
Tints of Purple #6C0C96
RGB
CMYK
RGB Variations
Color information
#6C0C96 (or 0x6C0C96) is known color: Purple. HEX triplet: 6C, 0C and 96. RGB value is (108,12,150). Sum of RGB (Red+Green+Blue) = 108+12+150=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C0C96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0C96 is #93F369. Grayscale: #373737. Windows color (decimal): -9696106 or 9833580. OLE color: 9833580.
HSL color Cylindrical-coordinate representation of color #6C0C96: hue angle of 281.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0C96 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 12 | 150 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.41 |
| HSL | 281.74º | 0.85% | 0.32% | - |
| HSV(B) | 281.74º | 0.92% | 0.59% | - |
| XYZ | 11.82 | 5.65 | 29.32 | - |
| YUV | 56.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 150 | 0.28 | 0.92 | 0 | 0.41 | 281.74 | 0.85 | 0.32 |
| Hex | 6C | C | 96 | 1C | 5C | 0 | 29 | 11A | 55 | 20 |
| Octal | 154 | 14 | 226 | 34 | 134 | 0 | 51 | 432 | 125 | 40 |
| Binary | 1101100 | 1100 | 10010110 | 11100 | 1011100 | 0 | 101001 | 100011010 | 1010101 | 100000 |
Color Harmonies of #6C0C96
Complementary color
Monochromatic Colors of #6C0C96
Black with #6C0C96
Text Example
Text Example
White with #6C0C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0C96; }
p { color: rgb(108,12,150); }
H1.HeaderClassName
{
color: #6C0C96;
}
.AnyTagClassName
{
color: #6C0C96;
}
</style>
background-color css
<style>
a { background-color: #6C0C96; }
a { background-color: rgb(108,12,150); }
div.DivClassName
{
background-color: #6C0C96;
}
.BgClassName
{
background-color: #6C0C96;
}
</style>
border-color css
<style>
span { border-color: #6C0C96; }
span { border-color: rgb(108,12,150); }
td.TdClassName
{
border-color: #6C0C96;
}
.TagClassName
{
border-color: #6C0C96;
}
</style>