Shades of Purple Heart #6E2AB7
Tints of Purple Heart #6E2AB7
RGB
CMYK
RGB Variations
Color information
#6E2AB7 (or 0x6E2AB7) is known color: Purple Heart. HEX triplet: 6E, 2A and B7. RGB value is (110,42,183). Sum of RGB (Red+Green+Blue) = 110+42+183=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E2AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2AB7 is #91D548. Grayscale: #4D4D4D. Windows color (decimal): -9557321 or 12003950. OLE color: 12003950.
HSL color Cylindrical-coordinate representation of color #6E2AB7: hue angle of 268.94º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2AB7 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 42 | 183 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.28 |
| HSL | 268.94º | 0.63% | 0.44% | - |
| HSV(B) | 268.94º | 0.77% | 0.72% | - |
| XYZ | 15.81 | 8.39 | 45.59 | - |
| YUV | 78.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 183 | 0.40 | 0.77 | 0 | 0.28 | 268.94 | 0.63 | 0.44 |
| Hex | 6E | 2A | B7 | 28 | 4D | 0 | 1C | 10D | 3F | 2C |
| Octal | 156 | 52 | 267 | 50 | 115 | 0 | 34 | 415 | 77 | 54 |
| Binary | 1101110 | 101010 | 10110111 | 101000 | 1001101 | 0 | 11100 | 100001101 | 111111 | 101100 |
Color Harmonies of #6E2AB7
Complementary color
Monochromatic Colors of #6E2AB7
Black with #6E2AB7
Text Example
Text Example
White with #6E2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2AB7; }
p { color: rgb(110,42,183); }
H1.HeaderClassName
{
color: #6E2AB7;
}
.AnyTagClassName
{
color: #6E2AB7;
}
</style>
background-color css
<style>
a { background-color: #6E2AB7; }
a { background-color: rgb(110,42,183); }
div.DivClassName
{
background-color: #6E2AB7;
}
.BgClassName
{
background-color: #6E2AB7;
}
</style>
border-color css
<style>
span { border-color: #6E2AB7; }
span { border-color: rgb(110,42,183); }
td.TdClassName
{
border-color: #6E2AB7;
}
.TagClassName
{
border-color: #6E2AB7;
}
</style>