Shades of Purple #6D056A
Tints of Purple #6D056A
RGB
CMYK
RGB Variations
Color information
#6D056A (or 0x6D056A) is known color: Purple. HEX triplet: 6D, 05 and 6A. RGB value is (109,5,106). Sum of RGB (Red+Green+Blue) = 109+5+106=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D056A is #92FA95. Grayscale: #2F2F2F. Windows color (decimal): -9632406 or 6948205. OLE color: 6948205.
HSL color Cylindrical-coordinate representation of color #6D056A: hue angle of 301.73º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D056A is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 106 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.57 |
| HSL | 301.73º | 0.91% | 0.22% | - |
| HSV(B) | 301.73º | 0.95% | 0.43% | - |
| XYZ | 8.96 | 4.4 | 14.01 | - |
| YUV | 47.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 106 | 0 | 0.95 | 0.03 | 0.57 | 301.73 | 0.91 | 0.22 |
| Hex | 6D | 5 | 6A | 0 | 5F | 3 | 39 | 12E | 5B | 16 |
| Octal | 155 | 5 | 152 | 0 | 137 | 3 | 71 | 456 | 133 | 26 |
| Binary | 1101101 | 101 | 1101010 | 0 | 1011111 | 11 | 111001 | 100101110 | 1011011 | 10110 |
Color Harmonies of #6D056A
Complementary color
Monochromatic Colors of #6D056A
Black with #6D056A
Text Example
Text Example
White with #6D056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D056A; }
p { color: rgb(109,5,106); }
H1.HeaderClassName
{
color: #6D056A;
}
.AnyTagClassName
{
color: #6D056A;
}
</style>
background-color css
<style>
a { background-color: #6D056A; }
a { background-color: rgb(109,5,106); }
div.DivClassName
{
background-color: #6D056A;
}
.BgClassName
{
background-color: #6D056A;
}
</style>
border-color css
<style>
span { border-color: #6D056A; }
span { border-color: rgb(109,5,106); }
td.TdClassName
{
border-color: #6D056A;
}
.TagClassName
{
border-color: #6D056A;
}
</style>