Shades of Purple Heart #6E04AC
Tints of Purple Heart #6E04AC
RGB
CMYK
RGB Variations
Color information
#6E04AC (or 0x6E04AC) is known color: Purple Heart. HEX triplet: 6E, 04 and AC. RGB value is (110,4,172). Sum of RGB (Red+Green+Blue) = 110+4+172=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E04AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E04AC is #91FB53. Grayscale: #363636. Windows color (decimal): -9567060 or 11273326. OLE color: 11273326.
HSL color Cylindrical-coordinate representation of color #6E04AC: hue angle of 277.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E04AC is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 4 | 172 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.33 |
| HSL | 277.86º | 0.95% | 0.35% | - |
| HSV(B) | 277.86º | 0.98% | 0.67% | - |
| XYZ | 13.92 | 6.38 | 39.53 | - |
| YUV | 54.85 | 194.12 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 172 | 0.36 | 0.98 | 0 | 0.33 | 277.86 | 0.95 | 0.35 |
| Hex | 6E | 4 | AC | 24 | 62 | 0 | 21 | 116 | 5F | 23 |
| Octal | 156 | 4 | 254 | 44 | 142 | 0 | 41 | 426 | 137 | 43 |
| Binary | 1101110 | 100 | 10101100 | 100100 | 1100010 | 0 | 100001 | 100010110 | 1011111 | 100011 |
Color Harmonies of #6E04AC
Complementary color
Monochromatic Colors of #6E04AC
Black with #6E04AC
Text Example
Text Example
White with #6E04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E04AC; }
p { color: rgb(110,4,172); }
H1.HeaderClassName
{
color: #6E04AC;
}
.AnyTagClassName
{
color: #6E04AC;
}
</style>
background-color css
<style>
a { background-color: #6E04AC; }
a { background-color: rgb(110,4,172); }
div.DivClassName
{
background-color: #6E04AC;
}
.BgClassName
{
background-color: #6E04AC;
}
</style>
border-color css
<style>
span { border-color: #6E04AC; }
span { border-color: rgb(110,4,172); }
td.TdClassName
{
border-color: #6E04AC;
}
.TagClassName
{
border-color: #6E04AC;
}
</style>