Shades of Purple Heart #6E28AC
Tints of Purple Heart #6E28AC
RGB
CMYK
RGB Variations
Color information
#6E28AC (or 0x6E28AC) is known color: Purple Heart. HEX triplet: 6E, 28 and AC. RGB value is (110,40,172). Sum of RGB (Red+Green+Blue) = 110+40+172=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E28AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E28AC is #91D753. Grayscale: #4B4B4B. Windows color (decimal): -9557844 or 11282542. OLE color: 11282542.
HSL color Cylindrical-coordinate representation of color #6E28AC: hue angle of 271.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E28AC is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 40 | 172 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.33 |
| HSL | 271.82º | 0.62% | 0.42% | - |
| HSV(B) | 271.82º | 0.77% | 0.67% | - |
| XYZ | 14.64 | 7.81 | 39.77 | - |
| YUV | 75.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 172 | 0.36 | 0.77 | 0 | 0.33 | 271.82 | 0.62 | 0.42 |
| Hex | 6E | 28 | AC | 24 | 4D | 0 | 21 | 110 | 3E | 2A |
| Octal | 156 | 50 | 254 | 44 | 115 | 0 | 41 | 420 | 76 | 52 |
| Binary | 1101110 | 101000 | 10101100 | 100100 | 1001101 | 0 | 100001 | 100010000 | 111110 | 101010 |
Color Harmonies of #6E28AC
Complementary color
Monochromatic Colors of #6E28AC
Black with #6E28AC
Text Example
Text Example
White with #6E28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E28AC; }
p { color: rgb(110,40,172); }
H1.HeaderClassName
{
color: #6E28AC;
}
.AnyTagClassName
{
color: #6E28AC;
}
</style>
background-color css
<style>
a { background-color: #6E28AC; }
a { background-color: rgb(110,40,172); }
div.DivClassName
{
background-color: #6E28AC;
}
.BgClassName
{
background-color: #6E28AC;
}
</style>
border-color css
<style>
span { border-color: #6E28AC; }
span { border-color: rgb(110,40,172); }
td.TdClassName
{
border-color: #6E28AC;
}
.TagClassName
{
border-color: #6E28AC;
}
</style>