Shades of Purple #6D0394
Tints of Purple #6D0394
RGB
CMYK
RGB Variations
Color information
#6D0394 (or 0x6D0394) is known color: Purple. HEX triplet: 6D, 03 and 94. RGB value is (109,3,148). Sum of RGB (Red+Green+Blue) = 109+3+148=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D0394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0394 is #92FC6B. Grayscale: #323232. Windows color (decimal): -9632876 or 9700205. OLE color: 9700205.
HSL color Cylindrical-coordinate representation of color #6D0394: hue angle of 283.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0394 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 3 | 148 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.42 |
| HSL | 283.86º | 0.96% | 0.3% | - |
| HSV(B) | 283.86º | 0.98% | 0.58% | - |
| XYZ | 11.68 | 5.45 | 28.45 | - |
| YUV | 51.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 148 | 0.26 | 0.98 | 0 | 0.42 | 283.86 | 0.96 | 0.3 |
| Hex | 6D | 3 | 94 | 1A | 62 | 0 | 2A | 11C | 60 | 1E |
| Octal | 155 | 3 | 224 | 32 | 142 | 0 | 52 | 434 | 140 | 36 |
| Binary | 1101101 | 11 | 10010100 | 11010 | 1100010 | 0 | 101010 | 100011100 | 1100000 | 11110 |
Color Harmonies of #6D0394
Complementary color
Monochromatic Colors of #6D0394
Black with #6D0394
Text Example
Text Example
White with #6D0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0394; }
p { color: rgb(109,3,148); }
H1.HeaderClassName
{
color: #6D0394;
}
.AnyTagClassName
{
color: #6D0394;
}
</style>
background-color css
<style>
a { background-color: #6D0394; }
a { background-color: rgb(109,3,148); }
div.DivClassName
{
background-color: #6D0394;
}
.BgClassName
{
background-color: #6D0394;
}
</style>
border-color css
<style>
span { border-color: #6D0394; }
span { border-color: rgb(109,3,148); }
td.TdClassName
{
border-color: #6D0394;
}
.TagClassName
{
border-color: #6D0394;
}
</style>