Shades of Purple Heart #6D14AD
Tints of Purple Heart #6D14AD
RGB
CMYK
RGB Variations
Color information
#6D14AD (or 0x6D14AD) is known color: Purple Heart. HEX triplet: 6D, 14 and AD. RGB value is (109,20,173). Sum of RGB (Red+Green+Blue) = 109+20+173=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D14AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D14AD is #92EB52. Grayscale: #3F3F3F. Windows color (decimal): -9628499 or 11342957. OLE color: 11342957.
HSL color Cylindrical-coordinate representation of color #6D14AD: hue angle of 274.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D14AD is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 20 | 173 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.32 |
| HSL | 274.9º | 0.79% | 0.38% | - |
| HSV(B) | 274.9º | 0.88% | 0.68% | - |
| XYZ | 14.1 | 6.77 | 40.1 | - |
| YUV | 64.05 | 189.49 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 173 | 0.37 | 0.88 | 0 | 0.32 | 274.9 | 0.79 | 0.38 |
| Hex | 6D | 14 | AD | 25 | 58 | 0 | 20 | 113 | 4F | 26 |
| Octal | 155 | 24 | 255 | 45 | 130 | 0 | 40 | 423 | 117 | 46 |
| Binary | 1101101 | 10100 | 10101101 | 100101 | 1011000 | 0 | 100000 | 100010011 | 1001111 | 100110 |
Color Harmonies of #6D14AD
Complementary color
Monochromatic Colors of #6D14AD
Black with #6D14AD
Text Example
Text Example
White with #6D14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D14AD; }
p { color: rgb(109,20,173); }
H1.HeaderClassName
{
color: #6D14AD;
}
.AnyTagClassName
{
color: #6D14AD;
}
</style>
background-color css
<style>
a { background-color: #6D14AD; }
a { background-color: rgb(109,20,173); }
div.DivClassName
{
background-color: #6D14AD;
}
.BgClassName
{
background-color: #6D14AD;
}
</style>
border-color css
<style>
span { border-color: #6D14AD; }
span { border-color: rgb(109,20,173); }
td.TdClassName
{
border-color: #6D14AD;
}
.TagClassName
{
border-color: #6D14AD;
}
</style>