Shades of Purple #6D057F
Tints of Purple #6D057F
RGB
CMYK
RGB Variations
Color information
#6D057F (or 0x6D057F) is known color: Purple. HEX triplet: 6D, 05 and 7F. RGB value is (109,5,127). Sum of RGB (Red+Green+Blue) = 109+5+127=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D057F is #92FA80. Grayscale: #313131. Windows color (decimal): -9632385 or 8324461. OLE color: 8324461.
HSL color Cylindrical-coordinate representation of color #6D057F: hue angle of 291.15º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D057F is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 5 | 127 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.50 |
| HSL | 291.15º | 0.92% | 0.26% | - |
| HSV(B) | 291.15º | 0.96% | 0.5% | - |
| XYZ | 10.19 | 4.89 | 20.49 | - |
| YUV | 50 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 127 | 0.14 | 0.96 | 0 | 0.50 | 291.15 | 0.92 | 0.26 |
| Hex | 6D | 5 | 7F | E | 60 | 0 | 32 | 123 | 5C | 1A |
| Octal | 155 | 5 | 177 | 16 | 140 | 0 | 62 | 443 | 134 | 32 |
| Binary | 1101101 | 101 | 1111111 | 1110 | 1100000 | 0 | 110010 | 100100011 | 1011100 | 11010 |
Color Harmonies of #6D057F
Complementary color
Monochromatic Colors of #6D057F
Black with #6D057F
Text Example
Text Example
White with #6D057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D057F; }
p { color: rgb(109,5,127); }
H1.HeaderClassName
{
color: #6D057F;
}
.AnyTagClassName
{
color: #6D057F;
}
</style>
background-color css
<style>
a { background-color: #6D057F; }
a { background-color: rgb(109,5,127); }
div.DivClassName
{
background-color: #6D057F;
}
.BgClassName
{
background-color: #6D057F;
}
</style>
border-color css
<style>
span { border-color: #6D057F; }
span { border-color: rgb(109,5,127); }
td.TdClassName
{
border-color: #6D057F;
}
.TagClassName
{
border-color: #6D057F;
}
</style>