Shades of Purple #6C0B95
Tints of Purple #6C0B95
RGB
CMYK
RGB Variations
Color information
#6C0B95 (or 0x6C0B95) is known color: Purple. HEX triplet: 6C, 0B and 95. RGB value is (108,11,149). Sum of RGB (Red+Green+Blue) = 108+11+149=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0B95 is #93F46A. Grayscale: #373737. Windows color (decimal): -9696363 or 9767788. OLE color: 9767788.
HSL color Cylindrical-coordinate representation of color #6C0B95: hue angle of 282.17º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0B95 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 11 | 149 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.42 |
| HSL | 282.17º | 0.86% | 0.31% | - |
| HSV(B) | 282.17º | 0.93% | 0.58% | - |
| XYZ | 11.73 | 5.6 | 28.9 | - |
| YUV | 55.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 149 | 0.28 | 0.93 | 0 | 0.42 | 282.17 | 0.86 | 0.31 |
| Hex | 6C | B | 95 | 1C | 5D | 0 | 2A | 11A | 56 | 1F |
| Octal | 154 | 13 | 225 | 34 | 135 | 0 | 52 | 432 | 126 | 37 |
| Binary | 1101100 | 1011 | 10010101 | 11100 | 1011101 | 0 | 101010 | 100011010 | 1010110 | 11111 |
Color Harmonies of #6C0B95
Complementary color
Monochromatic Colors of #6C0B95
Black with #6C0B95
Text Example
Text Example
White with #6C0B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B95; }
p { color: rgb(108,11,149); }
H1.HeaderClassName
{
color: #6C0B95;
}
.AnyTagClassName
{
color: #6C0B95;
}
</style>
background-color css
<style>
a { background-color: #6C0B95; }
a { background-color: rgb(108,11,149); }
div.DivClassName
{
background-color: #6C0B95;
}
.BgClassName
{
background-color: #6C0B95;
}
</style>
border-color css
<style>
span { border-color: #6C0B95; }
span { border-color: rgb(108,11,149); }
td.TdClassName
{
border-color: #6C0B95;
}
.TagClassName
{
border-color: #6C0B95;
}
</style>