Shades of Purple #6D1288
Tints of Purple #6D1288
RGB
CMYK
RGB Variations
Color information
#6D1288 (or 0x6D1288) is known color: Purple. HEX triplet: 6D, 12 and 88. RGB value is (109,18,136). Sum of RGB (Red+Green+Blue) = 109+18+136=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D1288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1288 is #92ED77. Grayscale: #3A3A3A. Windows color (decimal): -9629048 or 8917613. OLE color: 8917613.
HSL color Cylindrical-coordinate representation of color #6D1288: hue angle of 286.27º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1288 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 18 | 136 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.47 |
| HSL | 286.27º | 0.77% | 0.3% | - |
| HSV(B) | 286.27º | 0.87% | 0.53% | - |
| XYZ | 10.97 | 5.46 | 23.77 | - |
| YUV | 58.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 136 | 0.20 | 0.87 | 0 | 0.47 | 286.27 | 0.77 | 0.3 |
| Hex | 6D | 12 | 88 | 14 | 57 | 0 | 2F | 11E | 4D | 1E |
| Octal | 155 | 22 | 210 | 24 | 127 | 0 | 57 | 436 | 115 | 36 |
| Binary | 1101101 | 10010 | 10001000 | 10100 | 1010111 | 0 | 101111 | 100011110 | 1001101 | 11110 |
Color Harmonies of #6D1288
Complementary color
Monochromatic Colors of #6D1288
Black with #6D1288
Text Example
Text Example
White with #6D1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1288; }
p { color: rgb(109,18,136); }
H1.HeaderClassName
{
color: #6D1288;
}
.AnyTagClassName
{
color: #6D1288;
}
</style>
background-color css
<style>
a { background-color: #6D1288; }
a { background-color: rgb(109,18,136); }
div.DivClassName
{
background-color: #6D1288;
}
.BgClassName
{
background-color: #6D1288;
}
</style>
border-color css
<style>
span { border-color: #6D1288; }
span { border-color: rgb(109,18,136); }
td.TdClassName
{
border-color: #6D1288;
}
.TagClassName
{
border-color: #6D1288;
}
</style>