Shades of Purple Heart #6E14AD
Tints of Purple Heart #6E14AD
RGB
CMYK
RGB Variations
Color information
#6E14AD (or 0x6E14AD) is known color: Purple Heart. HEX triplet: 6E, 14 and AD. RGB value is (110,20,173). Sum of RGB (Red+Green+Blue) = 110+20+173=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E14AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E14AD is #91EB52. Grayscale: #3F3F3F. Windows color (decimal): -9562963 or 11342958. OLE color: 11342958.
HSL color Cylindrical-coordinate representation of color #6E14AD: hue angle of 275.29º 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 #6E14AD is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 20 | 173 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.32 |
| HSL | 275.29º | 0.79% | 0.38% | - |
| HSV(B) | 275.29º | 0.88% | 0.68% | - |
| XYZ | 14.22 | 6.83 | 40.1 | - |
| YUV | 64.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 173 | 0.36 | 0.88 | 0 | 0.32 | 275.29 | 0.79 | 0.38 |
| Hex | 6E | 14 | AD | 24 | 58 | 0 | 20 | 113 | 4F | 26 |
| Octal | 156 | 24 | 255 | 44 | 130 | 0 | 40 | 423 | 117 | 46 |
| Binary | 1101110 | 10100 | 10101101 | 100100 | 1011000 | 0 | 100000 | 100010011 | 1001111 | 100110 |
Color Harmonies of #6E14AD
Complementary color
Monochromatic Colors of #6E14AD
Black with #6E14AD
Text Example
Text Example
White with #6E14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E14AD; }
p { color: rgb(110,20,173); }
H1.HeaderClassName
{
color: #6E14AD;
}
.AnyTagClassName
{
color: #6E14AD;
}
</style>
background-color css
<style>
a { background-color: #6E14AD; }
a { background-color: rgb(110,20,173); }
div.DivClassName
{
background-color: #6E14AD;
}
.BgClassName
{
background-color: #6E14AD;
}
</style>
border-color css
<style>
span { border-color: #6E14AD; }
span { border-color: rgb(110,20,173); }
td.TdClassName
{
border-color: #6E14AD;
}
.TagClassName
{
border-color: #6E14AD;
}
</style>