Shades of Purple #6D057E
Tints of Purple #6D057E
RGB
CMYK
RGB Variations
Color information
#6D057E (or 0x6D057E) is known color: Purple. HEX triplet: 6D, 05 and 7E. RGB value is (109,5,126). Sum of RGB (Red+Green+Blue) = 109+5+126=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D057E is #92FA81. Grayscale: #313131. Windows color (decimal): -9632386 or 8258925. OLE color: 8258925.
HSL color Cylindrical-coordinate representation of color #6D057E: hue angle of 291.57º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D057E is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 5 | 126 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.51 |
| HSL | 291.57º | 0.92% | 0.26% | - |
| HSV(B) | 291.57º | 0.96% | 0.49% | - |
| XYZ | 10.13 | 4.87 | 20.14 | - |
| YUV | 49.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 126 | 0.13 | 0.96 | 0 | 0.51 | 291.57 | 0.92 | 0.26 |
| Hex | 6D | 5 | 7E | D | 60 | 0 | 33 | 124 | 5C | 1A |
| Octal | 155 | 5 | 176 | 15 | 140 | 0 | 63 | 444 | 134 | 32 |
| Binary | 1101101 | 101 | 1111110 | 1101 | 1100000 | 0 | 110011 | 100100100 | 1011100 | 11010 |
Color Harmonies of #6D057E
Complementary color
Monochromatic Colors of #6D057E
Black with #6D057E
Text Example
Text Example
White with #6D057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D057E; }
p { color: rgb(109,5,126); }
H1.HeaderClassName
{
color: #6D057E;
}
.AnyTagClassName
{
color: #6D057E;
}
</style>
background-color css
<style>
a { background-color: #6D057E; }
a { background-color: rgb(109,5,126); }
div.DivClassName
{
background-color: #6D057E;
}
.BgClassName
{
background-color: #6D057E;
}
</style>
border-color css
<style>
span { border-color: #6D057E; }
span { border-color: rgb(109,5,126); }
td.TdClassName
{
border-color: #6D057E;
}
.TagClassName
{
border-color: #6D057E;
}
</style>