Shades of Purple #6C017D
Tints of Purple #6C017D
RGB
CMYK
RGB Variations
Color information
#6C017D (or 0x6C017D) is known color: Purple. HEX triplet: 6C, 01 and 7D. RGB value is (108,1,125). Sum of RGB (Red+Green+Blue) = 108+1+125=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C017D is #93FE82. Grayscale: #2E2E2E. Windows color (decimal): -9698947 or 8192364. OLE color: 8192364.
HSL color Cylindrical-coordinate representation of color #6C017D: hue angle of 291.77º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C017D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 1 | 125 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.51 |
| HSL | 291.77º | 0.98% | 0.25% | - |
| HSV(B) | 291.77º | 0.99% | 0.49% | - |
| XYZ | 9.9 | 4.69 | 19.79 | - |
| YUV | 47.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 125 | 0.14 | 0.99 | 0 | 0.51 | 291.77 | 0.98 | 0.25 |
| Hex | 6C | 1 | 7D | E | 63 | 0 | 33 | 124 | 62 | 19 |
| Octal | 154 | 1 | 175 | 16 | 143 | 0 | 63 | 444 | 142 | 31 |
| Binary | 1101100 | 1 | 1111101 | 1110 | 1100011 | 0 | 110011 | 100100100 | 1100010 | 11001 |
Color Harmonies of #6C017D
Complementary color
Monochromatic Colors of #6C017D
Black with #6C017D
Text Example
Text Example
White with #6C017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C017D; }
p { color: rgb(108,1,125); }
H1.HeaderClassName
{
color: #6C017D;
}
.AnyTagClassName
{
color: #6C017D;
}
</style>
background-color css
<style>
a { background-color: #6C017D; }
a { background-color: rgb(108,1,125); }
div.DivClassName
{
background-color: #6C017D;
}
.BgClassName
{
background-color: #6C017D;
}
</style>
border-color css
<style>
span { border-color: #6C017D; }
span { border-color: rgb(108,1,125); }
td.TdClassName
{
border-color: #6C017D;
}
.TagClassName
{
border-color: #6C017D;
}
</style>