Shades of Purple Heart #6E04BA
Tints of Purple Heart #6E04BA
RGB
CMYK
RGB Variations
Color information
#6E04BA (or 0x6E04BA) is known color: Purple Heart. HEX triplet: 6E, 04 and BA. RGB value is (110,4,186). Sum of RGB (Red+Green+Blue) = 110+4+186=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E04BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E04BA is #91FB45. Grayscale: #373737. Windows color (decimal): -9567046 or 12190830. OLE color: 12190830.
HSL color Cylindrical-coordinate representation of color #6E04BA: hue angle of 274.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E04BA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 4 | 186 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.27 |
| HSL | 274.95º | 0.96% | 0.37% | - |
| HSV(B) | 274.95º | 0.98% | 0.73% | - |
| XYZ | 15.34 | 6.95 | 46.99 | - |
| YUV | 56.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 186 | 0.41 | 0.98 | 0 | 0.27 | 274.95 | 0.96 | 0.37 |
| Hex | 6E | 4 | BA | 29 | 62 | 0 | 1B | 113 | 60 | 25 |
| Octal | 156 | 4 | 272 | 51 | 142 | 0 | 33 | 423 | 140 | 45 |
| Binary | 1101110 | 100 | 10111010 | 101001 | 1100010 | 0 | 11011 | 100010011 | 1100000 | 100101 |
Color Harmonies of #6E04BA
Complementary color
Monochromatic Colors of #6E04BA
Black with #6E04BA
Text Example
Text Example
White with #6E04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E04BA; }
p { color: rgb(110,4,186); }
H1.HeaderClassName
{
color: #6E04BA;
}
.AnyTagClassName
{
color: #6E04BA;
}
</style>
background-color css
<style>
a { background-color: #6E04BA; }
a { background-color: rgb(110,4,186); }
div.DivClassName
{
background-color: #6E04BA;
}
.BgClassName
{
background-color: #6E04BA;
}
</style>
border-color css
<style>
span { border-color: #6E04BA; }
span { border-color: rgb(110,4,186); }
td.TdClassName
{
border-color: #6E04BA;
}
.TagClassName
{
border-color: #6E04BA;
}
</style>