Shades of Purple #6D027C
Tints of Purple #6D027C
RGB
CMYK
RGB Variations
Color information
#6D027C (or 0x6D027C) is known color: Purple. HEX triplet: 6D, 02 and 7C. RGB value is (109,2,124). Sum of RGB (Red+Green+Blue) = 109+2+124=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D027C is #92FD83. Grayscale: #2F2F2F. Windows color (decimal): -9633156 or 8127085. OLE color: 8127085.
HSL color Cylindrical-coordinate representation of color #6D027C: hue angle of 292.62º 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 #6D027C is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 2 | 124 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.51 |
| HSL | 292.62º | 0.97% | 0.25% | - |
| HSV(B) | 292.62º | 0.98% | 0.49% | - |
| XYZ | 9.97 | 4.75 | 19.46 | - |
| YUV | 47.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 124 | 0.12 | 0.98 | 0 | 0.51 | 292.62 | 0.97 | 0.25 |
| Hex | 6D | 2 | 7C | C | 62 | 0 | 33 | 125 | 61 | 19 |
| Octal | 155 | 2 | 174 | 14 | 142 | 0 | 63 | 445 | 141 | 31 |
| Binary | 1101101 | 10 | 1111100 | 1100 | 1100010 | 0 | 110011 | 100100101 | 1100001 | 11001 |
Color Harmonies of #6D027C
Complementary color
Monochromatic Colors of #6D027C
Black with #6D027C
Text Example
Text Example
White with #6D027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D027C; }
p { color: rgb(109,2,124); }
H1.HeaderClassName
{
color: #6D027C;
}
.AnyTagClassName
{
color: #6D027C;
}
</style>
background-color css
<style>
a { background-color: #6D027C; }
a { background-color: rgb(109,2,124); }
div.DivClassName
{
background-color: #6D027C;
}
.BgClassName
{
background-color: #6D027C;
}
</style>
border-color css
<style>
span { border-color: #6D027C; }
span { border-color: rgb(109,2,124); }
td.TdClassName
{
border-color: #6D027C;
}
.TagClassName
{
border-color: #6D027C;
}
</style>