Shades of Purple #6C0166
Tints of Purple #6C0166
RGB
CMYK
RGB Variations
Color information
#6C0166 (or 0x6C0166) is known color: Purple. HEX triplet: 6C, 01 and 66. RGB value is (108,1,102). Sum of RGB (Red+Green+Blue) = 108+1+102=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0166 is #93FE99. Grayscale: #2C2C2C. Windows color (decimal): -9698970 or 6685036. OLE color: 6685036.
HSL color Cylindrical-coordinate representation of color #6C0166: hue angle of 303.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0166 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.58 |
| HSL | 303.36º | 0.98% | 0.21% | - |
| HSV(B) | 303.36º | 0.99% | 0.42% | - |
| XYZ | 8.59 | 4.17 | 12.92 | - |
| YUV | 44.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 102 | 0 | 0.99 | 0.06 | 0.58 | 303.36 | 0.98 | 0.21 |
| Hex | 6C | 1 | 66 | 0 | 63 | 6 | 3A | 12F | 62 | 15 |
| Octal | 154 | 1 | 146 | 0 | 143 | 6 | 72 | 457 | 142 | 25 |
| Binary | 1101100 | 1 | 1100110 | 0 | 1100011 | 110 | 111010 | 100101111 | 1100010 | 10101 |
Color Harmonies of #6C0166
Complementary color
Monochromatic Colors of #6C0166
Black with #6C0166
Text Example
Text Example
White with #6C0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0166; }
p { color: rgb(108,1,102); }
H1.HeaderClassName
{
color: #6C0166;
}
.AnyTagClassName
{
color: #6C0166;
}
</style>
background-color css
<style>
a { background-color: #6C0166; }
a { background-color: rgb(108,1,102); }
div.DivClassName
{
background-color: #6C0166;
}
.BgClassName
{
background-color: #6C0166;
}
</style>
border-color css
<style>
span { border-color: #6C0166; }
span { border-color: rgb(108,1,102); }
td.TdClassName
{
border-color: #6C0166;
}
.TagClassName
{
border-color: #6C0166;
}
</style>