Shades of Purple Heart #6E16AC
Tints of Purple Heart #6E16AC
RGB
CMYK
RGB Variations
Color information
#6E16AC (or 0x6E16AC) is known color: Purple Heart. HEX triplet: 6E, 16 and AC. RGB value is (110,22,172). Sum of RGB (Red+Green+Blue) = 110+22+172=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E16AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E16AC is #91E953. Grayscale: #404040. Windows color (decimal): -9562452 or 11277934. OLE color: 11277934.
HSL color Cylindrical-coordinate representation of color #6E16AC: hue angle of 275.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E16AC is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 22 | 172 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.33 |
| HSL | 275.2º | 0.77% | 0.38% | - |
| HSV(B) | 275.2º | 0.87% | 0.67% | - |
| XYZ | 14.16 | 6.87 | 39.61 | - |
| YUV | 65.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 172 | 0.36 | 0.87 | 0 | 0.33 | 275.2 | 0.77 | 0.38 |
| Hex | 6E | 16 | AC | 24 | 57 | 0 | 21 | 113 | 4D | 26 |
| Octal | 156 | 26 | 254 | 44 | 127 | 0 | 41 | 423 | 115 | 46 |
| Binary | 1101110 | 10110 | 10101100 | 100100 | 1010111 | 0 | 100001 | 100010011 | 1001101 | 100110 |
Color Harmonies of #6E16AC
Complementary color
Monochromatic Colors of #6E16AC
Black with #6E16AC
Text Example
Text Example
White with #6E16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E16AC; }
p { color: rgb(110,22,172); }
H1.HeaderClassName
{
color: #6E16AC;
}
.AnyTagClassName
{
color: #6E16AC;
}
</style>
background-color css
<style>
a { background-color: #6E16AC; }
a { background-color: rgb(110,22,172); }
div.DivClassName
{
background-color: #6E16AC;
}
.BgClassName
{
background-color: #6E16AC;
}
</style>
border-color css
<style>
span { border-color: #6E16AC; }
span { border-color: rgb(110,22,172); }
td.TdClassName
{
border-color: #6E16AC;
}
.TagClassName
{
border-color: #6E16AC;
}
</style>