Shades of Purple #6C027C
Tints of Purple #6C027C
RGB
CMYK
RGB Variations
Color information
#6C027C (or 0x6C027C) is known color: Purple. HEX triplet: 6C, 02 and 7C. RGB value is (108,2,124). Sum of RGB (Red+Green+Blue) = 108+2+124=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C027C is #93FD83. Grayscale: #2F2F2F. Windows color (decimal): -9698692 or 8127084. OLE color: 8127084.
HSL color Cylindrical-coordinate representation of color #6C027C: hue angle of 292.13º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C027C is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 2 | 124 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.51 |
| HSL | 292.13º | 0.97% | 0.25% | - |
| HSV(B) | 292.13º | 0.98% | 0.49% | - |
| XYZ | 9.84 | 4.69 | 19.45 | - |
| YUV | 47.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 124 | 0.13 | 0.98 | 0 | 0.51 | 292.13 | 0.97 | 0.25 |
| Hex | 6C | 2 | 7C | D | 62 | 0 | 33 | 124 | 61 | 19 |
| Octal | 154 | 2 | 174 | 15 | 142 | 0 | 63 | 444 | 141 | 31 |
| Binary | 1101100 | 10 | 1111100 | 1101 | 1100010 | 0 | 110011 | 100100100 | 1100001 | 11001 |
Color Harmonies of #6C027C
Complementary color
Monochromatic Colors of #6C027C
Black with #6C027C
Text Example
Text Example
White with #6C027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C027C; }
p { color: rgb(108,2,124); }
H1.HeaderClassName
{
color: #6C027C;
}
.AnyTagClassName
{
color: #6C027C;
}
</style>
background-color css
<style>
a { background-color: #6C027C; }
a { background-color: rgb(108,2,124); }
div.DivClassName
{
background-color: #6C027C;
}
.BgClassName
{
background-color: #6C027C;
}
</style>
border-color css
<style>
span { border-color: #6C027C; }
span { border-color: rgb(108,2,124); }
td.TdClassName
{
border-color: #6C027C;
}
.TagClassName
{
border-color: #6C027C;
}
</style>