Shades of Purple Heart #6E20AD
Tints of Purple Heart #6E20AD
RGB
CMYK
RGB Variations
Color information
#6E20AD (or 0x6E20AD) is known color: Purple Heart. HEX triplet: 6E, 20 and AD. RGB value is (110,32,173). Sum of RGB (Red+Green+Blue) = 110+32+173=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E20AD is #91DF52. Grayscale: #464646. Windows color (decimal): -9559891 or 11346030. OLE color: 11346030.
HSL color Cylindrical-coordinate representation of color #6E20AD: hue angle of 273.19º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E20AD is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 32 | 173 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.32 |
| HSL | 273.19º | 0.69% | 0.4% | - |
| HSV(B) | 273.19º | 0.82% | 0.68% | - |
| XYZ | 14.49 | 7.37 | 40.19 | - |
| YUV | 71.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 173 | 0.36 | 0.82 | 0 | 0.32 | 273.19 | 0.69 | 0.4 |
| Hex | 6E | 20 | AD | 24 | 52 | 0 | 20 | 111 | 45 | 28 |
| Octal | 156 | 40 | 255 | 44 | 122 | 0 | 40 | 421 | 105 | 50 |
| Binary | 1101110 | 100000 | 10101101 | 100100 | 1010010 | 0 | 100000 | 100010001 | 1000101 | 101000 |
Color Harmonies of #6E20AD
Complementary color
Monochromatic Colors of #6E20AD
Black with #6E20AD
Text Example
Text Example
White with #6E20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E20AD; }
p { color: rgb(110,32,173); }
H1.HeaderClassName
{
color: #6E20AD;
}
.AnyTagClassName
{
color: #6E20AD;
}
</style>
background-color css
<style>
a { background-color: #6E20AD; }
a { background-color: rgb(110,32,173); }
div.DivClassName
{
background-color: #6E20AD;
}
.BgClassName
{
background-color: #6E20AD;
}
</style>
border-color css
<style>
span { border-color: #6E20AD; }
span { border-color: rgb(110,32,173); }
td.TdClassName
{
border-color: #6E20AD;
}
.TagClassName
{
border-color: #6E20AD;
}
</style>