Shades of Purple Heart #6E1ADA
Tints of Purple Heart #6E1ADA
RGB
CMYK
RGB Variations
Color information
#6E1ADA (or 0x6E1ADA) is known color: Purple Heart. HEX triplet: 6E, 1A and DA. RGB value is (110,26,218). Sum of RGB (Red+Green+Blue) = 110+26+218=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E1ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ADA is #91E525. Grayscale: #484848. Windows color (decimal): -9561382 or 14293614. OLE color: 14293614.
HSL color Cylindrical-coordinate representation of color #6E1ADA: hue angle of 266.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1ADA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 26 | 218 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.15 |
| HSL | 266.25º | 0.79% | 0.48% | - |
| HSV(B) | 266.25º | 0.88% | 0.85% | - |
| XYZ | 19.45 | 9.12 | 67.06 | - |
| YUV | 73 | 209.83 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 218 | 0.50 | 0.88 | 0 | 0.15 | 266.25 | 0.79 | 0.48 |
| Hex | 6E | 1A | DA | 32 | 58 | 0 | F | 10A | 4F | 30 |
| Octal | 156 | 32 | 332 | 62 | 130 | 0 | 17 | 412 | 117 | 60 |
| Binary | 1101110 | 11010 | 11011010 | 110010 | 1011000 | 0 | 1111 | 100001010 | 1001111 | 110000 |
Color Harmonies of #6E1ADA
Complementary color
Monochromatic Colors of #6E1ADA
Black with #6E1ADA
Text Example
Text Example
White with #6E1ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1ADA; }
p { color: rgb(110,26,218); }
H1.HeaderClassName
{
color: #6E1ADA;
}
.AnyTagClassName
{
color: #6E1ADA;
}
</style>
background-color css
<style>
a { background-color: #6E1ADA; }
a { background-color: rgb(110,26,218); }
div.DivClassName
{
background-color: #6E1ADA;
}
.BgClassName
{
background-color: #6E1ADA;
}
</style>
border-color css
<style>
span { border-color: #6E1ADA; }
span { border-color: rgb(110,26,218); }
td.TdClassName
{
border-color: #6E1ADA;
}
.TagClassName
{
border-color: #6E1ADA;
}
</style>