Shades of Purple #6B0666
Tints of Purple #6B0666
RGB
CMYK
RGB Variations
Color information
#6B0666 (or 0x6B0666) is known color: Purple. HEX triplet: 6B, 06 and 66. RGB value is (107,6,102). Sum of RGB (Red+Green+Blue) = 107+6+102=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0666 is #94F999. Grayscale: #2E2E2E. Windows color (decimal): -9763226 or 6686315. OLE color: 6686315.
HSL color Cylindrical-coordinate representation of color #6B0666: hue angle of 302.97º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0666 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 102 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.58 |
| HSL | 302.97º | 0.89% | 0.22% | - |
| HSV(B) | 302.97º | 0.94% | 0.42% | - |
| XYZ | 8.53 | 4.22 | 12.93 | - |
| YUV | 47.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 102 | 0 | 0.94 | 0.05 | 0.58 | 302.97 | 0.89 | 0.22 |
| Hex | 6B | 6 | 66 | 0 | 5E | 5 | 3A | 12F | 59 | 16 |
| Octal | 153 | 6 | 146 | 0 | 136 | 5 | 72 | 457 | 131 | 26 |
| Binary | 1101011 | 110 | 1100110 | 0 | 1011110 | 101 | 111010 | 100101111 | 1011001 | 10110 |
Color Harmonies of #6B0666
Complementary color
Monochromatic Colors of #6B0666
Black with #6B0666
Text Example
Text Example
White with #6B0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0666; }
p { color: rgb(107,6,102); }
H1.HeaderClassName
{
color: #6B0666;
}
.AnyTagClassName
{
color: #6B0666;
}
</style>
background-color css
<style>
a { background-color: #6B0666; }
a { background-color: rgb(107,6,102); }
div.DivClassName
{
background-color: #6B0666;
}
.BgClassName
{
background-color: #6B0666;
}
</style>
border-color css
<style>
span { border-color: #6B0666; }
span { border-color: rgb(107,6,102); }
td.TdClassName
{
border-color: #6B0666;
}
.TagClassName
{
border-color: #6B0666;
}
</style>