Shades of Purple Heart #6D07AB
Tints of Purple Heart #6D07AB
RGB
CMYK
RGB Variations
Color information
#6D07AB (or 0x6D07AB) is known color: Purple Heart. HEX triplet: 6D, 07 and AB. RGB value is (109,7,171). Sum of RGB (Red+Green+Blue) = 109+7+171=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D07AB is #92F854. Grayscale: #373737. Windows color (decimal): -9631829 or 11208557. OLE color: 11208557.
HSL color Cylindrical-coordinate representation of color #6D07AB: hue angle of 277.32º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D07AB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 7 | 171 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.33 |
| HSL | 277.32º | 0.92% | 0.35% | - |
| HSV(B) | 277.32º | 0.96% | 0.67% | - |
| XYZ | 13.73 | 6.34 | 39.03 | - |
| YUV | 56.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 171 | 0.36 | 0.96 | 0 | 0.33 | 277.32 | 0.92 | 0.35 |
| Hex | 6D | 7 | AB | 24 | 60 | 0 | 21 | 115 | 5C | 23 |
| Octal | 155 | 7 | 253 | 44 | 140 | 0 | 41 | 425 | 134 | 43 |
| Binary | 1101101 | 111 | 10101011 | 100100 | 1100000 | 0 | 100001 | 100010101 | 1011100 | 100011 |
Color Harmonies of #6D07AB
Complementary color
Monochromatic Colors of #6D07AB
Black with #6D07AB
Text Example
Text Example
White with #6D07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D07AB; }
p { color: rgb(109,7,171); }
H1.HeaderClassName
{
color: #6D07AB;
}
.AnyTagClassName
{
color: #6D07AB;
}
</style>
background-color css
<style>
a { background-color: #6D07AB; }
a { background-color: rgb(109,7,171); }
div.DivClassName
{
background-color: #6D07AB;
}
.BgClassName
{
background-color: #6D07AB;
}
</style>
border-color css
<style>
span { border-color: #6D07AB; }
span { border-color: rgb(109,7,171); }
td.TdClassName
{
border-color: #6D07AB;
}
.TagClassName
{
border-color: #6D07AB;
}
</style>