Shades of Purple #6B1580
Tints of Purple #6B1580
RGB
CMYK
RGB Variations
Color information
#6B1580 (or 0x6B1580) is known color: Purple. HEX triplet: 6B, 15 and 80. RGB value is (107,21,128). Sum of RGB (Red+Green+Blue) = 107+21+128=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 21 (8.59% from 255 or 8.20% 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 #6B1580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1580 is #94EA7F. Grayscale: #3A3A3A. Windows color (decimal): -9759360 or 8394091. OLE color: 8394091.
HSL color Cylindrical-coordinate representation of color #6B1580: hue angle of 288.22º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1580 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 21 | 128 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.50 |
| HSL | 288.22º | 0.72% | 0.29% | - |
| HSV(B) | 288.22º | 0.84% | 0.5% | - |
| XYZ | 10.23 | 5.22 | 20.89 | - |
| YUV | 58.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 128 | 0.16 | 0.84 | 0 | 0.50 | 288.22 | 0.72 | 0.29 |
| Hex | 6B | 15 | 80 | 10 | 54 | 0 | 32 | 120 | 48 | 1D |
| Octal | 153 | 25 | 200 | 20 | 124 | 0 | 62 | 440 | 110 | 35 |
| Binary | 1101011 | 10101 | 10000000 | 10000 | 1010100 | 0 | 110010 | 100100000 | 1001000 | 11101 |
Color Harmonies of #6B1580
Complementary color
Monochromatic Colors of #6B1580
Black with #6B1580
Text Example
Text Example
White with #6B1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1580; }
p { color: rgb(107,21,128); }
H1.HeaderClassName
{
color: #6B1580;
}
.AnyTagClassName
{
color: #6B1580;
}
</style>
background-color css
<style>
a { background-color: #6B1580; }
a { background-color: rgb(107,21,128); }
div.DivClassName
{
background-color: #6B1580;
}
.BgClassName
{
background-color: #6B1580;
}
</style>
border-color css
<style>
span { border-color: #6B1580; }
span { border-color: rgb(107,21,128); }
td.TdClassName
{
border-color: #6B1580;
}
.TagClassName
{
border-color: #6B1580;
}
</style>