Shades of Purple #6D057D
Tints of Purple #6D057D
RGB
CMYK
RGB Variations
Color information
#6D057D (or 0x6D057D) is known color: Purple. HEX triplet: 6D, 05 and 7D. RGB value is (109,5,125). Sum of RGB (Red+Green+Blue) = 109+5+125=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D057D is #92FA82. Grayscale: #313131. Windows color (decimal): -9632387 or 8193389. OLE color: 8193389.
HSL color Cylindrical-coordinate representation of color #6D057D: hue angle of 292º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D057D is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 5 | 125 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.51 |
| HSL | 292º | 0.92% | 0.25% | - |
| HSV(B) | 292º | 0.96% | 0.49% | - |
| XYZ | 10.06 | 4.84 | 19.81 | - |
| YUV | 49.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 125 | 0.13 | 0.96 | 0 | 0.51 | 292 | 0.92 | 0.25 |
| Hex | 6D | 5 | 7D | D | 60 | 0 | 33 | 124 | 5C | 19 |
| Octal | 155 | 5 | 175 | 15 | 140 | 0 | 63 | 444 | 134 | 31 |
| Binary | 1101101 | 101 | 1111101 | 1101 | 1100000 | 0 | 110011 | 100100100 | 1011100 | 11001 |
Color Harmonies of #6D057D
Complementary color
Monochromatic Colors of #6D057D
Black with #6D057D
Text Example
Text Example
White with #6D057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D057D; }
p { color: rgb(109,5,125); }
H1.HeaderClassName
{
color: #6D057D;
}
.AnyTagClassName
{
color: #6D057D;
}
</style>
background-color css
<style>
a { background-color: #6D057D; }
a { background-color: rgb(109,5,125); }
div.DivClassName
{
background-color: #6D057D;
}
.BgClassName
{
background-color: #6D057D;
}
</style>
border-color css
<style>
span { border-color: #6D057D; }
span { border-color: rgb(109,5,125); }
td.TdClassName
{
border-color: #6D057D;
}
.TagClassName
{
border-color: #6D057D;
}
</style>