Shades of Purple #6C016F
Tints of Purple #6C016F
RGB
CMYK
RGB Variations
Color information
#6C016F (or 0x6C016F) is known color: Purple. HEX triplet: 6C, 01 and 6F. RGB value is (108,1,111). Sum of RGB (Red+Green+Blue) = 108+1+111=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C016F is #93FE90. Grayscale: #2D2D2D. Windows color (decimal): -9698961 or 7274860. OLE color: 7274860.
HSL color Cylindrical-coordinate representation of color #6C016F: hue angle of 298.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C016F is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 1 | 111 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.56 |
| HSL | 298.36º | 0.98% | 0.22% | - |
| HSV(B) | 298.36º | 0.99% | 0.44% | - |
| XYZ | 9.06 | 4.36 | 15.4 | - |
| YUV | 45.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 111 | 0.03 | 0.99 | 0 | 0.56 | 298.36 | 0.98 | 0.22 |
| Hex | 6C | 1 | 6F | 3 | 63 | 0 | 38 | 12A | 62 | 16 |
| Octal | 154 | 1 | 157 | 3 | 143 | 0 | 70 | 452 | 142 | 26 |
| Binary | 1101100 | 1 | 1101111 | 11 | 1100011 | 0 | 111000 | 100101010 | 1100010 | 10110 |
Color Harmonies of #6C016F
Complementary color
Monochromatic Colors of #6C016F
Black with #6C016F
Text Example
Text Example
White with #6C016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C016F; }
p { color: rgb(108,1,111); }
H1.HeaderClassName
{
color: #6C016F;
}
.AnyTagClassName
{
color: #6C016F;
}
</style>
background-color css
<style>
a { background-color: #6C016F; }
a { background-color: rgb(108,1,111); }
div.DivClassName
{
background-color: #6C016F;
}
.BgClassName
{
background-color: #6C016F;
}
</style>
border-color css
<style>
span { border-color: #6C016F; }
span { border-color: rgb(108,1,111); }
td.TdClassName
{
border-color: #6C016F;
}
.TagClassName
{
border-color: #6C016F;
}
</style>