Shades of Purple #6D0487
Tints of Purple #6D0487
RGB
CMYK
RGB Variations
Color information
#6D0487 (or 0x6D0487) is known color: Purple. HEX triplet: 6D, 04 and 87. RGB value is (109,4,135). Sum of RGB (Red+Green+Blue) = 109+4+135=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D0487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0487 is #92FB78. Grayscale: #313131. Windows color (decimal): -9632633 or 8848493. OLE color: 8848493.
HSL color Cylindrical-coordinate representation of color #6D0487: hue angle of 288.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0487 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 4 | 135 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.47 |
| HSL | 288.09º | 0.94% | 0.27% | - |
| HSV(B) | 288.09º | 0.97% | 0.53% | - |
| XYZ | 10.72 | 5.09 | 23.34 | - |
| YUV | 50.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 135 | 0.19 | 0.97 | 0 | 0.47 | 288.09 | 0.94 | 0.27 |
| Hex | 6D | 4 | 87 | 13 | 61 | 0 | 2F | 120 | 5E | 1B |
| Octal | 155 | 4 | 207 | 23 | 141 | 0 | 57 | 440 | 136 | 33 |
| Binary | 1101101 | 100 | 10000111 | 10011 | 1100001 | 0 | 101111 | 100100000 | 1011110 | 11011 |
Color Harmonies of #6D0487
Complementary color
Monochromatic Colors of #6D0487
Black with #6D0487
Text Example
Text Example
White with #6D0487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0487; }
p { color: rgb(109,4,135); }
H1.HeaderClassName
{
color: #6D0487;
}
.AnyTagClassName
{
color: #6D0487;
}
</style>
background-color css
<style>
a { background-color: #6D0487; }
a { background-color: rgb(109,4,135); }
div.DivClassName
{
background-color: #6D0487;
}
.BgClassName
{
background-color: #6D0487;
}
</style>
border-color css
<style>
span { border-color: #6D0487; }
span { border-color: rgb(109,4,135); }
td.TdClassName
{
border-color: #6D0487;
}
.TagClassName
{
border-color: #6D0487;
}
</style>