Shades of Purple Heart #6E0AD1
Tints of Purple Heart #6E0AD1
RGB
CMYK
RGB Variations
Color information
#6E0AD1 (or 0x6E0AD1) is known color: Purple Heart. HEX triplet: 6E, 0A and D1. RGB value is (110,10,209). Sum of RGB (Red+Green+Blue) = 110+10+209=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 209 (82.03% from 255 or 63.53% from 329); Max value from RGB is 209 - color contains mainly: blue. Hex color #6E0AD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0AD1 is #91F52E. Grayscale: #3D3D3D. Windows color (decimal): -9565487 or 13699694. OLE color: 13699694.
HSL color Cylindrical-coordinate representation of color #6E0AD1: hue angle of 270.15º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0AD1 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 10 | 209 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.18 |
| HSL | 270.15º | 0.91% | 0.43% | - |
| HSV(B) | 270.15º | 0.95% | 0.82% | - |
| XYZ | 18.05 | 8.14 | 60.94 | - |
| YUV | 62.59 | 210.63 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 209 | 0.47 | 0.95 | 0 | 0.18 | 270.15 | 0.91 | 0.43 |
| Hex | 6E | A | D1 | 2F | 5F | 0 | 12 | 10E | 5B | 2B |
| Octal | 156 | 12 | 321 | 57 | 137 | 0 | 22 | 416 | 133 | 53 |
| Binary | 1101110 | 1010 | 11010001 | 101111 | 1011111 | 0 | 10010 | 100001110 | 1011011 | 101011 |
Color Harmonies of #6E0AD1
Complementary color
Monochromatic Colors of #6E0AD1
Black with #6E0AD1
Text Example
Text Example
White with #6E0AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0AD1; }
p { color: rgb(110,10,209); }
H1.HeaderClassName
{
color: #6E0AD1;
}
.AnyTagClassName
{
color: #6E0AD1;
}
</style>
background-color css
<style>
a { background-color: #6E0AD1; }
a { background-color: rgb(110,10,209); }
div.DivClassName
{
background-color: #6E0AD1;
}
.BgClassName
{
background-color: #6E0AD1;
}
</style>
border-color css
<style>
span { border-color: #6E0AD1; }
span { border-color: rgb(110,10,209); }
td.TdClassName
{
border-color: #6E0AD1;
}
.TagClassName
{
border-color: #6E0AD1;
}
</style>