Shades of Purple #6D1380
Tints of Purple #6D1380
RGB
CMYK
RGB Variations
Color information
#6D1380 (or 0x6D1380) is known color: Purple. HEX triplet: 6D, 13 and 80. RGB value is (109,19,128). Sum of RGB (Red+Green+Blue) = 109+19+128=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D1380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1380 is #92EC7F. Grayscale: #393939. Windows color (decimal): -9628800 or 8393581. OLE color: 8393581.
HSL color Cylindrical-coordinate representation of color #6D1380: hue angle of 289.54º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1380 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 19 | 128 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.50 |
| HSL | 289.54º | 0.74% | 0.29% | - |
| HSV(B) | 289.54º | 0.85% | 0.5% | - |
| XYZ | 10.44 | 5.28 | 20.89 | - |
| YUV | 58.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 128 | 0.15 | 0.85 | 0 | 0.50 | 289.54 | 0.74 | 0.29 |
| Hex | 6D | 13 | 80 | F | 55 | 0 | 32 | 122 | 4A | 1D |
| Octal | 155 | 23 | 200 | 17 | 125 | 0 | 62 | 442 | 112 | 35 |
| Binary | 1101101 | 10011 | 10000000 | 1111 | 1010101 | 0 | 110010 | 100100010 | 1001010 | 11101 |
Color Harmonies of #6D1380
Complementary color
Monochromatic Colors of #6D1380
Black with #6D1380
Text Example
Text Example
White with #6D1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1380; }
p { color: rgb(109,19,128); }
H1.HeaderClassName
{
color: #6D1380;
}
.AnyTagClassName
{
color: #6D1380;
}
</style>
background-color css
<style>
a { background-color: #6D1380; }
a { background-color: rgb(109,19,128); }
div.DivClassName
{
background-color: #6D1380;
}
.BgClassName
{
background-color: #6D1380;
}
</style>
border-color css
<style>
span { border-color: #6D1380; }
span { border-color: rgb(109,19,128); }
td.TdClassName
{
border-color: #6D1380;
}
.TagClassName
{
border-color: #6D1380;
}
</style>