Shades of Purple #6D0580
Tints of Purple #6D0580
RGB
CMYK
RGB Variations
Color information
#6D0580 (or 0x6D0580) is known color: Purple. HEX triplet: 6D, 05 and 80. RGB value is (109,5,128). Sum of RGB (Red+Green+Blue) = 109+5+128=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D0580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0580 is #92FA7F. Grayscale: #313131. Windows color (decimal): -9632384 or 8389997. OLE color: 8389997.
HSL color Cylindrical-coordinate representation of color #6D0580: hue angle of 290.73º 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 #6D0580 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 5 | 128 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.50 |
| HSL | 290.73º | 0.92% | 0.26% | - |
| HSV(B) | 290.73º | 0.96% | 0.5% | - |
| XYZ | 10.26 | 4.92 | 20.83 | - |
| YUV | 50.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 128 | 0.15 | 0.96 | 0 | 0.50 | 290.73 | 0.92 | 0.26 |
| Hex | 6D | 5 | 80 | F | 60 | 0 | 32 | 123 | 5C | 1A |
| Octal | 155 | 5 | 200 | 17 | 140 | 0 | 62 | 443 | 134 | 32 |
| Binary | 1101101 | 101 | 10000000 | 1111 | 1100000 | 0 | 110010 | 100100011 | 1011100 | 11010 |
Color Harmonies of #6D0580
Complementary color
Monochromatic Colors of #6D0580
Black with #6D0580
Text Example
Text Example
White with #6D0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0580; }
p { color: rgb(109,5,128); }
H1.HeaderClassName
{
color: #6D0580;
}
.AnyTagClassName
{
color: #6D0580;
}
</style>
background-color css
<style>
a { background-color: #6D0580; }
a { background-color: rgb(109,5,128); }
div.DivClassName
{
background-color: #6D0580;
}
.BgClassName
{
background-color: #6D0580;
}
</style>
border-color css
<style>
span { border-color: #6D0580; }
span { border-color: rgb(109,5,128); }
td.TdClassName
{
border-color: #6D0580;
}
.TagClassName
{
border-color: #6D0580;
}
</style>