Shades of Purple #6D047C
Tints of Purple #6D047C
RGB
CMYK
RGB Variations
Color information
#6D047C (or 0x6D047C) is known color: Purple. HEX triplet: 6D, 04 and 7C. RGB value is (109,4,124). Sum of RGB (Red+Green+Blue) = 109+4+124=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D047C is #92FB83. Grayscale: #303030. Windows color (decimal): -9632644 or 8127597. OLE color: 8127597.
HSL color Cylindrical-coordinate representation of color #6D047C: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D047C is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 4 | 124 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.51 |
| HSL | 292.5º | 0.94% | 0.25% | - |
| HSV(B) | 292.5º | 0.97% | 0.49% | - |
| XYZ | 9.99 | 4.79 | 19.47 | - |
| YUV | 49.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 124 | 0.12 | 0.97 | 0 | 0.51 | 292.5 | 0.94 | 0.25 |
| Hex | 6D | 4 | 7C | C | 61 | 0 | 33 | 124 | 5E | 19 |
| Octal | 155 | 4 | 174 | 14 | 141 | 0 | 63 | 444 | 136 | 31 |
| Binary | 1101101 | 100 | 1111100 | 1100 | 1100001 | 0 | 110011 | 100100100 | 1011110 | 11001 |
Color Harmonies of #6D047C
Complementary color
Monochromatic Colors of #6D047C
Black with #6D047C
Text Example
Text Example
White with #6D047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D047C; }
p { color: rgb(109,4,124); }
H1.HeaderClassName
{
color: #6D047C;
}
.AnyTagClassName
{
color: #6D047C;
}
</style>
background-color css
<style>
a { background-color: #6D047C; }
a { background-color: rgb(109,4,124); }
div.DivClassName
{
background-color: #6D047C;
}
.BgClassName
{
background-color: #6D047C;
}
</style>
border-color css
<style>
span { border-color: #6D047C; }
span { border-color: rgb(109,4,124); }
td.TdClassName
{
border-color: #6D047C;
}
.TagClassName
{
border-color: #6D047C;
}
</style>