Shades of Purple #6C0984
Tints of Purple #6C0984
RGB
CMYK
RGB Variations
Color information
#6C0984 (or 0x6C0984) is known color: Purple. HEX triplet: 6C, 09 and 84. RGB value is (108,9,132). Sum of RGB (Red+Green+Blue) = 108+9+132=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C0984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0984 is #93F67B. Grayscale: #343434. Windows color (decimal): -9696892 or 8653164. OLE color: 8653164.
HSL color Cylindrical-coordinate representation of color #6C0984: hue angle of 288.29º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0984 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 9 | 132 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.48 |
| HSL | 288.29º | 0.87% | 0.28% | - |
| HSV(B) | 288.29º | 0.93% | 0.52% | - |
| XYZ | 10.45 | 5.05 | 22.25 | - |
| YUV | 52.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 9 | 132 | 0.18 | 0.93 | 0 | 0.48 | 288.29 | 0.87 | 0.28 |
| Hex | 6C | 9 | 84 | 12 | 5D | 0 | 30 | 120 | 57 | 1C |
| Octal | 154 | 11 | 204 | 22 | 135 | 0 | 60 | 440 | 127 | 34 |
| Binary | 1101100 | 1001 | 10000100 | 10010 | 1011101 | 0 | 110000 | 100100000 | 1010111 | 11100 |
Color Harmonies of #6C0984
Complementary color
Monochromatic Colors of #6C0984
Black with #6C0984
Text Example
Text Example
White with #6C0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0984; }
p { color: rgb(108,9,132); }
H1.HeaderClassName
{
color: #6C0984;
}
.AnyTagClassName
{
color: #6C0984;
}
</style>
background-color css
<style>
a { background-color: #6C0984; }
a { background-color: rgb(108,9,132); }
div.DivClassName
{
background-color: #6C0984;
}
.BgClassName
{
background-color: #6C0984;
}
</style>
border-color css
<style>
span { border-color: #6C0984; }
span { border-color: rgb(108,9,132); }
td.TdClassName
{
border-color: #6C0984;
}
.TagClassName
{
border-color: #6C0984;
}
</style>