Shades of Purple #6D1887
Tints of Purple #6D1887
RGB
CMYK
RGB Variations
Color information
#6D1887 (or 0x6D1887) is known color: Purple. HEX triplet: 6D, 18 and 87. RGB value is (109,24,135). Sum of RGB (Red+Green+Blue) = 109+24+135=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D1887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1887 is #92E778. Grayscale: #3D3D3D. Windows color (decimal): -9627513 or 8853613. OLE color: 8853613.
HSL color Cylindrical-coordinate representation of color #6D1887: hue angle of 285.95º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1887 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 24 | 135 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.47 |
| HSL | 285.95º | 0.7% | 0.31% | - |
| HSV(B) | 285.95º | 0.82% | 0.53% | - |
| XYZ | 11.01 | 5.65 | 23.43 | - |
| YUV | 62.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 135 | 0.19 | 0.82 | 0 | 0.47 | 285.95 | 0.7 | 0.31 |
| Hex | 6D | 18 | 87 | 13 | 52 | 0 | 2F | 11E | 46 | 1F |
| Octal | 155 | 30 | 207 | 23 | 122 | 0 | 57 | 436 | 106 | 37 |
| Binary | 1101101 | 11000 | 10000111 | 10011 | 1010010 | 0 | 101111 | 100011110 | 1000110 | 11111 |
Color Harmonies of #6D1887
Complementary color
Monochromatic Colors of #6D1887
Black with #6D1887
Text Example
Text Example
White with #6D1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1887; }
p { color: rgb(109,24,135); }
H1.HeaderClassName
{
color: #6D1887;
}
.AnyTagClassName
{
color: #6D1887;
}
</style>
background-color css
<style>
a { background-color: #6D1887; }
a { background-color: rgb(109,24,135); }
div.DivClassName
{
background-color: #6D1887;
}
.BgClassName
{
background-color: #6D1887;
}
</style>
border-color css
<style>
span { border-color: #6D1887; }
span { border-color: rgb(109,24,135); }
td.TdClassName
{
border-color: #6D1887;
}
.TagClassName
{
border-color: #6D1887;
}
</style>