Shades of Purple #6D0C84
Tints of Purple #6D0C84
RGB
CMYK
RGB Variations
Color information
#6D0C84 (or 0x6D0C84) is known color: Purple. HEX triplet: 6D, 0C and 84. RGB value is (109,12,132). Sum of RGB (Red+Green+Blue) = 109+12+132=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D0C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0C84 is #92F37B. Grayscale: #363636. Windows color (decimal): -9630588 or 8653933. OLE color: 8653933.
HSL color Cylindrical-coordinate representation of color #6D0C84: hue angle of 288.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0C84 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 12 | 132 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.48 |
| HSL | 288.5º | 0.83% | 0.28% | - |
| HSV(B) | 288.5º | 0.91% | 0.52% | - |
| XYZ | 10.6 | 5.18 | 22.27 | - |
| YUV | 54.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 132 | 0.17 | 0.91 | 0 | 0.48 | 288.5 | 0.83 | 0.28 |
| Hex | 6D | C | 84 | 11 | 5B | 0 | 30 | 120 | 53 | 1C |
| Octal | 155 | 14 | 204 | 21 | 133 | 0 | 60 | 440 | 123 | 34 |
| Binary | 1101101 | 1100 | 10000100 | 10001 | 1011011 | 0 | 110000 | 100100000 | 1010011 | 11100 |
Color Harmonies of #6D0C84
Complementary color
Monochromatic Colors of #6D0C84
Black with #6D0C84
Text Example
Text Example
White with #6D0C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0C84; }
p { color: rgb(109,12,132); }
H1.HeaderClassName
{
color: #6D0C84;
}
.AnyTagClassName
{
color: #6D0C84;
}
</style>
background-color css
<style>
a { background-color: #6D0C84; }
a { background-color: rgb(109,12,132); }
div.DivClassName
{
background-color: #6D0C84;
}
.BgClassName
{
background-color: #6D0C84;
}
</style>
border-color css
<style>
span { border-color: #6D0C84; }
span { border-color: rgb(109,12,132); }
td.TdClassName
{
border-color: #6D0C84;
}
.TagClassName
{
border-color: #6D0C84;
}
</style>