Shades of Purple #6D1277
Tints of Purple #6D1277
RGB
CMYK
RGB Variations
Color information
#6D1277 (or 0x6D1277) is known color: Purple. HEX triplet: 6D, 12 and 77. RGB value is (109,18,119). Sum of RGB (Red+Green+Blue) = 109+18+119=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D1277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1277 is #92ED88. Grayscale: #383838. Windows color (decimal): -9629065 or 7803501. OLE color: 7803501.
HSL color Cylindrical-coordinate representation of color #6D1277: hue angle of 294.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1277 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 18 | 119 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.53 |
| HSL | 294.06º | 0.74% | 0.27% | - |
| HSV(B) | 294.06º | 0.85% | 0.47% | - |
| XYZ | 9.85 | 5.02 | 17.9 | - |
| YUV | 56.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 119 | 0.08 | 0.85 | 0 | 0.53 | 294.06 | 0.74 | 0.27 |
| Hex | 6D | 12 | 77 | 8 | 55 | 0 | 35 | 126 | 4A | 1B |
| Octal | 155 | 22 | 167 | 10 | 125 | 0 | 65 | 446 | 112 | 33 |
| Binary | 1101101 | 10010 | 1110111 | 1000 | 1010101 | 0 | 110101 | 100100110 | 1001010 | 11011 |
Color Harmonies of #6D1277
Complementary color
Monochromatic Colors of #6D1277
Black with #6D1277
Text Example
Text Example
White with #6D1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1277; }
p { color: rgb(109,18,119); }
H1.HeaderClassName
{
color: #6D1277;
}
.AnyTagClassName
{
color: #6D1277;
}
</style>
background-color css
<style>
a { background-color: #6D1277; }
a { background-color: rgb(109,18,119); }
div.DivClassName
{
background-color: #6D1277;
}
.BgClassName
{
background-color: #6D1277;
}
</style>
border-color css
<style>
span { border-color: #6D1277; }
span { border-color: rgb(109,18,119); }
td.TdClassName
{
border-color: #6D1277;
}
.TagClassName
{
border-color: #6D1277;
}
</style>