Shades of Purple #6D049C
Tints of Purple #6D049C
RGB
CMYK
RGB Variations
Color information
#6D049C (or 0x6D049C) is known color: Purple. HEX triplet: 6D, 04 and 9C. RGB value is (109,4,156). Sum of RGB (Red+Green+Blue) = 109+4+156=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D049C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D049C is #92FB63. Grayscale: #343434. Windows color (decimal): -9632612 or 10224749. OLE color: 10224749.
HSL color Cylindrical-coordinate representation of color #6D049C: hue angle of 281.45º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D049C is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 4 | 156 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.39 |
| HSL | 281.45º | 0.95% | 0.31% | - |
| HSV(B) | 281.45º | 0.97% | 0.61% | - |
| XYZ | 12.35 | 5.74 | 31.91 | - |
| YUV | 52.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 156 | 0.30 | 0.97 | 0 | 0.39 | 281.45 | 0.95 | 0.31 |
| Hex | 6D | 4 | 9C | 1E | 61 | 0 | 27 | 119 | 5F | 1F |
| Octal | 155 | 4 | 234 | 36 | 141 | 0 | 47 | 431 | 137 | 37 |
| Binary | 1101101 | 100 | 10011100 | 11110 | 1100001 | 0 | 100111 | 100011001 | 1011111 | 11111 |
Color Harmonies of #6D049C
Complementary color
Monochromatic Colors of #6D049C
Black with #6D049C
Text Example
Text Example
White with #6D049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D049C; }
p { color: rgb(109,4,156); }
H1.HeaderClassName
{
color: #6D049C;
}
.AnyTagClassName
{
color: #6D049C;
}
</style>
background-color css
<style>
a { background-color: #6D049C; }
a { background-color: rgb(109,4,156); }
div.DivClassName
{
background-color: #6D049C;
}
.BgClassName
{
background-color: #6D049C;
}
</style>
border-color css
<style>
span { border-color: #6D049C; }
span { border-color: rgb(109,4,156); }
td.TdClassName
{
border-color: #6D049C;
}
.TagClassName
{
border-color: #6D049C;
}
</style>