Shades of Purple #6C0167
Tints of Purple #6C0167
RGB
CMYK
RGB Variations
Color information
#6C0167 (or 0x6C0167) is known color: Purple. HEX triplet: 6C, 01 and 67. RGB value is (108,1,103). Sum of RGB (Red+Green+Blue) = 108+1+103=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0167 is #93FE98. Grayscale: #2C2C2C. Windows color (decimal): -9698969 or 6750572. OLE color: 6750572.
HSL color Cylindrical-coordinate representation of color #6C0167: hue angle of 302.8º 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 #6C0167 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.58 |
| HSL | 302.8º | 0.98% | 0.21% | - |
| HSV(B) | 302.8º | 0.99% | 0.42% | - |
| XYZ | 8.64 | 4.19 | 13.18 | - |
| YUV | 44.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 103 | 0 | 0.99 | 0.05 | 0.58 | 302.8 | 0.98 | 0.21 |
| Hex | 6C | 1 | 67 | 0 | 63 | 5 | 3A | 12F | 62 | 15 |
| Octal | 154 | 1 | 147 | 0 | 143 | 5 | 72 | 457 | 142 | 25 |
| Binary | 1101100 | 1 | 1100111 | 0 | 1100011 | 101 | 111010 | 100101111 | 1100010 | 10101 |
Color Harmonies of #6C0167
Complementary color
Monochromatic Colors of #6C0167
Black with #6C0167
Text Example
Text Example
White with #6C0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0167; }
p { color: rgb(108,1,103); }
H1.HeaderClassName
{
color: #6C0167;
}
.AnyTagClassName
{
color: #6C0167;
}
</style>
background-color css
<style>
a { background-color: #6C0167; }
a { background-color: rgb(108,1,103); }
div.DivClassName
{
background-color: #6C0167;
}
.BgClassName
{
background-color: #6C0167;
}
</style>
border-color css
<style>
span { border-color: #6C0167; }
span { border-color: rgb(108,1,103); }
td.TdClassName
{
border-color: #6C0167;
}
.TagClassName
{
border-color: #6C0167;
}
</style>