Shades of Purple #6C0B6D
Tints of Purple #6C0B6D
RGB
CMYK
RGB Variations
Color information
#6C0B6D (or 0x6C0B6D) is known color: Purple. HEX triplet: 6C, 0B and 6D. RGB value is (108,11,109). Sum of RGB (Red+Green+Blue) = 108+11+109=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B6D is #93F492. Grayscale: #323232. Windows color (decimal): -9696403 or 7146348. OLE color: 7146348.
HSL color Cylindrical-coordinate representation of color #6C0B6D: hue angle of 299.39º 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 #6C0B6D is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 11 | 109 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.57 |
| HSL | 299.39º | 0.82% | 0.24% | - |
| HSV(B) | 299.39º | 0.9% | 0.43% | - |
| XYZ | 9.06 | 4.53 | 14.86 | - |
| YUV | 51.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 109 | 0.01 | 0.90 | 0 | 0.57 | 299.39 | 0.82 | 0.24 |
| Hex | 6C | B | 6D | 1 | 5A | 0 | 39 | 12B | 52 | 18 |
| Octal | 154 | 13 | 155 | 1 | 132 | 0 | 71 | 453 | 122 | 30 |
| Binary | 1101100 | 1011 | 1101101 | 1 | 1011010 | 0 | 111001 | 100101011 | 1010010 | 11000 |
Color Harmonies of #6C0B6D
Complementary color
Monochromatic Colors of #6C0B6D
Black with #6C0B6D
Text Example
Text Example
White with #6C0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B6D; }
p { color: rgb(108,11,109); }
H1.HeaderClassName
{
color: #6C0B6D;
}
.AnyTagClassName
{
color: #6C0B6D;
}
</style>
background-color css
<style>
a { background-color: #6C0B6D; }
a { background-color: rgb(108,11,109); }
div.DivClassName
{
background-color: #6C0B6D;
}
.BgClassName
{
background-color: #6C0B6D;
}
</style>
border-color css
<style>
span { border-color: #6C0B6D; }
span { border-color: rgb(108,11,109); }
td.TdClassName
{
border-color: #6C0B6D;
}
.TagClassName
{
border-color: #6C0B6D;
}
</style>