Shades of Purple #6C147C
Tints of Purple #6C147C
RGB
CMYK
RGB Variations
Color information
#6C147C (or 0x6C147C) is known color: Purple. HEX triplet: 6C, 14 and 7C. RGB value is (108,20,124). Sum of RGB (Red+Green+Blue) = 108+20+124=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C147C is #93EB83. Grayscale: #393939. Windows color (decimal): -9694084 or 8131692. OLE color: 8131692.
HSL color Cylindrical-coordinate representation of color #6C147C: hue angle of 290.77º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C147C is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 20 | 124 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.51 |
| HSL | 290.77º | 0.72% | 0.28% | - |
| HSV(B) | 290.77º | 0.84% | 0.49% | - |
| XYZ | 10.07 | 5.14 | 19.53 | - |
| YUV | 58.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 124 | 0.13 | 0.84 | 0 | 0.51 | 290.77 | 0.72 | 0.28 |
| Hex | 6C | 14 | 7C | D | 54 | 0 | 33 | 123 | 48 | 1C |
| Octal | 154 | 24 | 174 | 15 | 124 | 0 | 63 | 443 | 110 | 34 |
| Binary | 1101100 | 10100 | 1111100 | 1101 | 1010100 | 0 | 110011 | 100100011 | 1001000 | 11100 |
Color Harmonies of #6C147C
Complementary color
Monochromatic Colors of #6C147C
Black with #6C147C
Text Example
Text Example
White with #6C147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C147C; }
p { color: rgb(108,20,124); }
H1.HeaderClassName
{
color: #6C147C;
}
.AnyTagClassName
{
color: #6C147C;
}
</style>
background-color css
<style>
a { background-color: #6C147C; }
a { background-color: rgb(108,20,124); }
div.DivClassName
{
background-color: #6C147C;
}
.BgClassName
{
background-color: #6C147C;
}
</style>
border-color css
<style>
span { border-color: #6C147C; }
span { border-color: rgb(108,20,124); }
td.TdClassName
{
border-color: #6C147C;
}
.TagClassName
{
border-color: #6C147C;
}
</style>