Shades of Purple #6D027D
Tints of Purple #6D027D
RGB
CMYK
RGB Variations
Color information
#6D027D (or 0x6D027D) is known color: Purple. HEX triplet: 6D, 02 and 7D. RGB value is (109,2,125). Sum of RGB (Red+Green+Blue) = 109+2+125=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D027D is #92FD82. Grayscale: #2F2F2F. Windows color (decimal): -9633155 or 8192621. OLE color: 8192621.
HSL color Cylindrical-coordinate representation of color #6D027D: hue angle of 292.2º 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 #6D027D is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 2 | 125 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.51 |
| HSL | 292.2º | 0.97% | 0.25% | - |
| HSV(B) | 292.2º | 0.98% | 0.49% | - |
| XYZ | 10.03 | 4.78 | 19.8 | - |
| YUV | 48.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 125 | 0.13 | 0.98 | 0 | 0.51 | 292.2 | 0.97 | 0.25 |
| Hex | 6D | 2 | 7D | D | 62 | 0 | 33 | 124 | 61 | 19 |
| Octal | 155 | 2 | 175 | 15 | 142 | 0 | 63 | 444 | 141 | 31 |
| Binary | 1101101 | 10 | 1111101 | 1101 | 1100010 | 0 | 110011 | 100100100 | 1100001 | 11001 |
Color Harmonies of #6D027D
Complementary color
Monochromatic Colors of #6D027D
Black with #6D027D
Text Example
Text Example
White with #6D027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D027D; }
p { color: rgb(109,2,125); }
H1.HeaderClassName
{
color: #6D027D;
}
.AnyTagClassName
{
color: #6D027D;
}
</style>
background-color css
<style>
a { background-color: #6D027D; }
a { background-color: rgb(109,2,125); }
div.DivClassName
{
background-color: #6D027D;
}
.BgClassName
{
background-color: #6D027D;
}
</style>
border-color css
<style>
span { border-color: #6D027D; }
span { border-color: rgb(109,2,125); }
td.TdClassName
{
border-color: #6D027D;
}
.TagClassName
{
border-color: #6D027D;
}
</style>