Shades of Purple Heart #6D0AAF
Tints of Purple Heart #6D0AAF
RGB
CMYK
RGB Variations
Color information
#6D0AAF (or 0x6D0AAF) is known color: Purple Heart. HEX triplet: 6D, 0A and AF. RGB value is (109,10,175). Sum of RGB (Red+Green+Blue) = 109+10+175=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D0AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0AAF is #92F550. Grayscale: #393939. Windows color (decimal): -9631057 or 11471469. OLE color: 11471469.
HSL color Cylindrical-coordinate representation of color #6D0AAF: hue angle of 276º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0AAF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 10 | 175 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.31 |
| HSL | 276º | 0.89% | 0.36% | - |
| HSV(B) | 276º | 0.94% | 0.69% | - |
| XYZ | 14.15 | 6.56 | 41.08 | - |
| YUV | 58.41 | 193.8 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 175 | 0.38 | 0.94 | 0 | 0.31 | 276 | 0.89 | 0.36 |
| Hex | 6D | A | AF | 26 | 5E | 0 | 1F | 114 | 59 | 24 |
| Octal | 155 | 12 | 257 | 46 | 136 | 0 | 37 | 424 | 131 | 44 |
| Binary | 1101101 | 1010 | 10101111 | 100110 | 1011110 | 0 | 11111 | 100010100 | 1011001 | 100100 |
Color Harmonies of #6D0AAF
Complementary color
Monochromatic Colors of #6D0AAF
Black with #6D0AAF
Text Example
Text Example
White with #6D0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0AAF; }
p { color: rgb(109,10,175); }
H1.HeaderClassName
{
color: #6D0AAF;
}
.AnyTagClassName
{
color: #6D0AAF;
}
</style>
background-color css
<style>
a { background-color: #6D0AAF; }
a { background-color: rgb(109,10,175); }
div.DivClassName
{
background-color: #6D0AAF;
}
.BgClassName
{
background-color: #6D0AAF;
}
</style>
border-color css
<style>
span { border-color: #6D0AAF; }
span { border-color: rgb(109,10,175); }
td.TdClassName
{
border-color: #6D0AAF;
}
.TagClassName
{
border-color: #6D0AAF;
}
</style>