Shades of Purple #6C1477
Tints of Purple #6C1477
RGB
CMYK
RGB Variations
Color information
#6C1477 (or 0x6C1477) is known color: Purple. HEX triplet: 6C, 14 and 77. RGB value is (108,20,119). Sum of RGB (Red+Green+Blue) = 108+20+119=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C1477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1477 is #93EB88. Grayscale: #393939. Windows color (decimal): -9694089 or 7804012. OLE color: 7804012.
HSL color Cylindrical-coordinate representation of color #6C1477: hue angle of 293.33º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1477 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 20 | 119 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.53 |
| HSL | 293.33º | 0.71% | 0.27% | - |
| HSV(B) | 293.33º | 0.83% | 0.47% | - |
| XYZ | 9.76 | 5.02 | 17.91 | - |
| YUV | 57.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 119 | 0.09 | 0.83 | 0 | 0.53 | 293.33 | 0.71 | 0.27 |
| Hex | 6C | 14 | 77 | 9 | 53 | 0 | 35 | 125 | 47 | 1B |
| Octal | 154 | 24 | 167 | 11 | 123 | 0 | 65 | 445 | 107 | 33 |
| Binary | 1101100 | 10100 | 1110111 | 1001 | 1010011 | 0 | 110101 | 100100101 | 1000111 | 11011 |
Color Harmonies of #6C1477
Complementary color
Monochromatic Colors of #6C1477
Black with #6C1477
Text Example
Text Example
White with #6C1477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1477; }
p { color: rgb(108,20,119); }
H1.HeaderClassName
{
color: #6C1477;
}
.AnyTagClassName
{
color: #6C1477;
}
</style>
background-color css
<style>
a { background-color: #6C1477; }
a { background-color: rgb(108,20,119); }
div.DivClassName
{
background-color: #6C1477;
}
.BgClassName
{
background-color: #6C1477;
}
</style>
border-color css
<style>
span { border-color: #6C1477; }
span { border-color: rgb(108,20,119); }
td.TdClassName
{
border-color: #6C1477;
}
.TagClassName
{
border-color: #6C1477;
}
</style>