Shades of Purple #6C0987
Tints of Purple #6C0987
RGB
CMYK
RGB Variations
Color information
#6C0987 (or 0x6C0987) is known color: Purple. HEX triplet: 6C, 09 and 87. RGB value is (108,9,135). Sum of RGB (Red+Green+Blue) = 108+9+135=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C0987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0987 is #93F678. Grayscale: #343434. Windows color (decimal): -9696889 or 8849772. OLE color: 8849772.
HSL color Cylindrical-coordinate representation of color #6C0987: hue angle of 287.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0987 is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 9 | 135 | - |
| CMYK | 0.2 | 0.93 | 0 | 0.47 |
| HSL | 287.14º | 0.88% | 0.28% | - |
| HSV(B) | 287.14º | 0.93% | 0.53% | - |
| XYZ | 10.66 | 5.13 | 23.35 | - |
| YUV | 52.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 9 | 135 | 0.2 | 0.93 | 0 | 0.47 | 287.14 | 0.88 | 0.28 |
| Hex | 6C | 9 | 87 | 14 | 5D | 0 | 2F | 11F | 58 | 1C |
| Octal | 154 | 11 | 207 | 24 | 135 | 0 | 57 | 437 | 130 | 34 |
| Binary | 1101100 | 1001 | 10000111 | 10100 | 1011101 | 0 | 101111 | 100011111 | 1011000 | 11100 |
Color Harmonies of #6C0987
Complementary color
Monochromatic Colors of #6C0987
Black with #6C0987
Text Example
Text Example
White with #6C0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0987; }
p { color: rgb(108,9,135); }
H1.HeaderClassName
{
color: #6C0987;
}
.AnyTagClassName
{
color: #6C0987;
}
</style>
background-color css
<style>
a { background-color: #6C0987; }
a { background-color: rgb(108,9,135); }
div.DivClassName
{
background-color: #6C0987;
}
.BgClassName
{
background-color: #6C0987;
}
</style>
border-color css
<style>
span { border-color: #6C0987; }
span { border-color: rgb(108,9,135); }
td.TdClassName
{
border-color: #6C0987;
}
.TagClassName
{
border-color: #6C0987;
}
</style>