Shades of Purple #6D1487
Tints of Purple #6D1487
RGB
CMYK
RGB Variations
Color information
#6D1487 (or 0x6D1487) is known color: Purple. HEX triplet: 6D, 14 and 87. RGB value is (109,20,135). Sum of RGB (Red+Green+Blue) = 109+20+135=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D1487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1487 is #92EB78. Grayscale: #3B3B3B. Windows color (decimal): -9628537 or 8852589. OLE color: 8852589.
HSL color Cylindrical-coordinate representation of color #6D1487: hue angle of 286.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1487 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 20 | 135 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.47 |
| HSL | 286.43º | 0.74% | 0.3% | - |
| HSV(B) | 286.43º | 0.85% | 0.53% | - |
| XYZ | 10.93 | 5.5 | 23.41 | - |
| YUV | 59.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 135 | 0.19 | 0.85 | 0 | 0.47 | 286.43 | 0.74 | 0.3 |
| Hex | 6D | 14 | 87 | 13 | 55 | 0 | 2F | 11E | 4A | 1E |
| Octal | 155 | 24 | 207 | 23 | 125 | 0 | 57 | 436 | 112 | 36 |
| Binary | 1101101 | 10100 | 10000111 | 10011 | 1010101 | 0 | 101111 | 100011110 | 1001010 | 11110 |
Color Harmonies of #6D1487
Complementary color
Monochromatic Colors of #6D1487
Black with #6D1487
Text Example
Text Example
White with #6D1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1487; }
p { color: rgb(109,20,135); }
H1.HeaderClassName
{
color: #6D1487;
}
.AnyTagClassName
{
color: #6D1487;
}
</style>
background-color css
<style>
a { background-color: #6D1487; }
a { background-color: rgb(109,20,135); }
div.DivClassName
{
background-color: #6D1487;
}
.BgClassName
{
background-color: #6D1487;
}
</style>
border-color css
<style>
span { border-color: #6D1487; }
span { border-color: rgb(109,20,135); }
td.TdClassName
{
border-color: #6D1487;
}
.TagClassName
{
border-color: #6D1487;
}
</style>