Shades of Purple Heart #6E13AD
Tints of Purple Heart #6E13AD
RGB
CMYK
RGB Variations
Color information
#6E13AD (or 0x6E13AD) is known color: Purple Heart. HEX triplet: 6E, 13 and AD. RGB value is (110,19,173). Sum of RGB (Red+Green+Blue) = 110+19+173=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 19 (7.81% from 255 or 6.29% 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 #6E13AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E13AD is #91EC52. Grayscale: #3F3F3F. Windows color (decimal): -9563219 or 11342702. OLE color: 11342702.
HSL color Cylindrical-coordinate representation of color #6E13AD: hue angle of 275.45º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E13AD is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 19 | 173 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.32 |
| HSL | 275.45º | 0.8% | 0.38% | - |
| HSV(B) | 275.45º | 0.89% | 0.68% | - |
| XYZ | 14.21 | 6.8 | 40.1 | - |
| YUV | 63.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 173 | 0.36 | 0.89 | 0 | 0.32 | 275.45 | 0.8 | 0.38 |
| Hex | 6E | 13 | AD | 24 | 59 | 0 | 20 | 113 | 50 | 26 |
| Octal | 156 | 23 | 255 | 44 | 131 | 0 | 40 | 423 | 120 | 46 |
| Binary | 1101110 | 10011 | 10101101 | 100100 | 1011001 | 0 | 100000 | 100010011 | 1010000 | 100110 |
Color Harmonies of #6E13AD
Complementary color
Monochromatic Colors of #6E13AD
Black with #6E13AD
Text Example
Text Example
White with #6E13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13AD; }
p { color: rgb(110,19,173); }
H1.HeaderClassName
{
color: #6E13AD;
}
.AnyTagClassName
{
color: #6E13AD;
}
</style>
background-color css
<style>
a { background-color: #6E13AD; }
a { background-color: rgb(110,19,173); }
div.DivClassName
{
background-color: #6E13AD;
}
.BgClassName
{
background-color: #6E13AD;
}
</style>
border-color css
<style>
span { border-color: #6E13AD; }
span { border-color: rgb(110,19,173); }
td.TdClassName
{
border-color: #6E13AD;
}
.TagClassName
{
border-color: #6E13AD;
}
</style>