Shades of Purple Heart #6D0AAB
Tints of Purple Heart #6D0AAB
RGB
CMYK
RGB Variations
Color information
#6D0AAB (or 0x6D0AAB) is known color: Purple Heart. HEX triplet: 6D, 0A and AB. RGB value is (109,10,171). Sum of RGB (Red+Green+Blue) = 109+10+171=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0AAB is #92F554. Grayscale: #393939. Windows color (decimal): -9631061 or 11209325. OLE color: 11209325.
HSL color Cylindrical-coordinate representation of color #6D0AAB: hue angle of 276.89º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0AAB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 10 | 171 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.33 |
| HSL | 276.89º | 0.89% | 0.35% | - |
| HSV(B) | 276.89º | 0.94% | 0.67% | - |
| XYZ | 13.77 | 6.41 | 39.04 | - |
| YUV | 57.96 | 191.8 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 171 | 0.36 | 0.94 | 0 | 0.33 | 276.89 | 0.89 | 0.35 |
| Hex | 6D | A | AB | 24 | 5E | 0 | 21 | 115 | 59 | 23 |
| Octal | 155 | 12 | 253 | 44 | 136 | 0 | 41 | 425 | 131 | 43 |
| Binary | 1101101 | 1010 | 10101011 | 100100 | 1011110 | 0 | 100001 | 100010101 | 1011001 | 100011 |
Color Harmonies of #6D0AAB
Complementary color
Monochromatic Colors of #6D0AAB
Black with #6D0AAB
Text Example
Text Example
White with #6D0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0AAB; }
p { color: rgb(109,10,171); }
H1.HeaderClassName
{
color: #6D0AAB;
}
.AnyTagClassName
{
color: #6D0AAB;
}
</style>
background-color css
<style>
a { background-color: #6D0AAB; }
a { background-color: rgb(109,10,171); }
div.DivClassName
{
background-color: #6D0AAB;
}
.BgClassName
{
background-color: #6D0AAB;
}
</style>
border-color css
<style>
span { border-color: #6D0AAB; }
span { border-color: rgb(109,10,171); }
td.TdClassName
{
border-color: #6D0AAB;
}
.TagClassName
{
border-color: #6D0AAB;
}
</style>