Shades of Purple #6D0A8A
Tints of Purple #6D0A8A
RGB
CMYK
RGB Variations
Color information
#6D0A8A (or 0x6D0A8A) is known color: Purple. HEX triplet: 6D, 0A and 8A. RGB value is (109,10,138). Sum of RGB (Red+Green+Blue) = 109+10+138=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D0A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0A8A is #92F575. Grayscale: #353535. Windows color (decimal): -9631094 or 9046637. OLE color: 9046637.
HSL color Cylindrical-coordinate representation of color #6D0A8A: hue angle of 286.41º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0A8A is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 10 | 138 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.46 |
| HSL | 286.41º | 0.86% | 0.29% | - |
| HSV(B) | 286.41º | 0.93% | 0.54% | - |
| XYZ | 11 | 5.3 | 24.49 | - |
| YUV | 54.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 138 | 0.21 | 0.93 | 0 | 0.46 | 286.41 | 0.86 | 0.29 |
| Hex | 6D | A | 8A | 15 | 5D | 0 | 2E | 11E | 56 | 1D |
| Octal | 155 | 12 | 212 | 25 | 135 | 0 | 56 | 436 | 126 | 35 |
| Binary | 1101101 | 1010 | 10001010 | 10101 | 1011101 | 0 | 101110 | 100011110 | 1010110 | 11101 |
Color Harmonies of #6D0A8A
Complementary color
Monochromatic Colors of #6D0A8A
Black with #6D0A8A
Text Example
Text Example
White with #6D0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A8A; }
p { color: rgb(109,10,138); }
H1.HeaderClassName
{
color: #6D0A8A;
}
.AnyTagClassName
{
color: #6D0A8A;
}
</style>
background-color css
<style>
a { background-color: #6D0A8A; }
a { background-color: rgb(109,10,138); }
div.DivClassName
{
background-color: #6D0A8A;
}
.BgClassName
{
background-color: #6D0A8A;
}
</style>
border-color css
<style>
span { border-color: #6D0A8A; }
span { border-color: rgb(109,10,138); }
td.TdClassName
{
border-color: #6D0A8A;
}
.TagClassName
{
border-color: #6D0A8A;
}
</style>