Shades of Purple #6C0A84
Tints of Purple #6C0A84
RGB
CMYK
RGB Variations
Color information
#6C0A84 (or 0x6C0A84) is known color: Purple. HEX triplet: 6C, 0A and 84. RGB value is (108,10,132). Sum of RGB (Red+Green+Blue) = 108+10+132=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C0A84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0A84 is #93F57B. Grayscale: #343434. Windows color (decimal): -9696636 or 8653420. OLE color: 8653420.
HSL color Cylindrical-coordinate representation of color #6C0A84: hue angle of 288.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0A84 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 10 | 132 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.48 |
| HSL | 288.2º | 0.86% | 0.28% | - |
| HSV(B) | 288.2º | 0.92% | 0.52% | - |
| XYZ | 10.46 | 5.07 | 22.26 | - |
| YUV | 53.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 132 | 0.18 | 0.92 | 0 | 0.48 | 288.2 | 0.86 | 0.28 |
| Hex | 6C | A | 84 | 12 | 5C | 0 | 30 | 120 | 56 | 1C |
| Octal | 154 | 12 | 204 | 22 | 134 | 0 | 60 | 440 | 126 | 34 |
| Binary | 1101100 | 1010 | 10000100 | 10010 | 1011100 | 0 | 110000 | 100100000 | 1010110 | 11100 |
Color Harmonies of #6C0A84
Complementary color
Monochromatic Colors of #6C0A84
Black with #6C0A84
Text Example
Text Example
White with #6C0A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0A84; }
p { color: rgb(108,10,132); }
H1.HeaderClassName
{
color: #6C0A84;
}
.AnyTagClassName
{
color: #6C0A84;
}
</style>
background-color css
<style>
a { background-color: #6C0A84; }
a { background-color: rgb(108,10,132); }
div.DivClassName
{
background-color: #6C0A84;
}
.BgClassName
{
background-color: #6C0A84;
}
</style>
border-color css
<style>
span { border-color: #6C0A84; }
span { border-color: rgb(108,10,132); }
td.TdClassName
{
border-color: #6C0A84;
}
.TagClassName
{
border-color: #6C0A84;
}
</style>