Shades of Purple #6D037C
Tints of Purple #6D037C
RGB
CMYK
RGB Variations
Color information
#6D037C (or 0x6D037C) is known color: Purple. HEX triplet: 6D, 03 and 7C. RGB value is (109,3,124). Sum of RGB (Red+Green+Blue) = 109+3+124=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D037C is #92FC83. Grayscale: #303030. Windows color (decimal): -9632900 or 8127341. OLE color: 8127341.
HSL color Cylindrical-coordinate representation of color #6D037C: hue angle of 292.56º degrees, saturation: 0.95, 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 #6D037C is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 3 | 124 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.51 |
| HSL | 292.56º | 0.95% | 0.25% | - |
| HSV(B) | 292.56º | 0.98% | 0.49% | - |
| XYZ | 9.98 | 4.77 | 19.46 | - |
| YUV | 48.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 124 | 0.12 | 0.98 | 0 | 0.51 | 292.56 | 0.95 | 0.25 |
| Hex | 6D | 3 | 7C | C | 62 | 0 | 33 | 125 | 5F | 19 |
| Octal | 155 | 3 | 174 | 14 | 142 | 0 | 63 | 445 | 137 | 31 |
| Binary | 1101101 | 11 | 1111100 | 1100 | 1100010 | 0 | 110011 | 100100101 | 1011111 | 11001 |
Color Harmonies of #6D037C
Complementary color
Monochromatic Colors of #6D037C
Black with #6D037C
Text Example
Text Example
White with #6D037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D037C; }
p { color: rgb(109,3,124); }
H1.HeaderClassName
{
color: #6D037C;
}
.AnyTagClassName
{
color: #6D037C;
}
</style>
background-color css
<style>
a { background-color: #6D037C; }
a { background-color: rgb(109,3,124); }
div.DivClassName
{
background-color: #6D037C;
}
.BgClassName
{
background-color: #6D037C;
}
</style>
border-color css
<style>
span { border-color: #6D037C; }
span { border-color: rgb(109,3,124); }
td.TdClassName
{
border-color: #6D037C;
}
.TagClassName
{
border-color: #6D037C;
}
</style>