Shades of Purple #6C0B6E
Tints of Purple #6C0B6E
RGB
CMYK
RGB Variations
Color information
#6C0B6E (or 0x6C0B6E) is known color: Purple. HEX triplet: 6C, 0B and 6E. RGB value is (108,11,110). Sum of RGB (Red+Green+Blue) = 108+11+110=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C0B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B6E is #93F491. Grayscale: #323232. Windows color (decimal): -9696402 or 7211884. OLE color: 7211884.
HSL color Cylindrical-coordinate representation of color #6C0B6E: hue angle of 298.79º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B6E is Cyan = 0.02, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 11 | 110 | - |
| CMYK | 0.02 | 0.9 | 0 | 0.57 |
| HSL | 298.79º | 0.82% | 0.24% | - |
| HSV(B) | 298.79º | 0.9% | 0.43% | - |
| XYZ | 9.12 | 4.55 | 15.15 | - |
| YUV | 51.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 110 | 0.02 | 0.9 | 0 | 0.57 | 298.79 | 0.82 | 0.24 |
| Hex | 6C | B | 6E | 2 | 5A | 0 | 39 | 12B | 52 | 18 |
| Octal | 154 | 13 | 156 | 2 | 132 | 0 | 71 | 453 | 122 | 30 |
| Binary | 1101100 | 1011 | 1101110 | 10 | 1011010 | 0 | 111001 | 100101011 | 1010010 | 11000 |
Color Harmonies of #6C0B6E
Complementary color
Monochromatic Colors of #6C0B6E
Black with #6C0B6E
Text Example
Text Example
White with #6C0B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B6E; }
p { color: rgb(108,11,110); }
H1.HeaderClassName
{
color: #6C0B6E;
}
.AnyTagClassName
{
color: #6C0B6E;
}
</style>
background-color css
<style>
a { background-color: #6C0B6E; }
a { background-color: rgb(108,11,110); }
div.DivClassName
{
background-color: #6C0B6E;
}
.BgClassName
{
background-color: #6C0B6E;
}
</style>
border-color css
<style>
span { border-color: #6C0B6E; }
span { border-color: rgb(108,11,110); }
td.TdClassName
{
border-color: #6C0B6E;
}
.TagClassName
{
border-color: #6C0B6E;
}
</style>