Shades of Purple Heart #6E43BA
Tints of Purple Heart #6E43BA
RGB
CMYK
RGB Variations
Color information
#6E43BA (or 0x6E43BA) is known color: Purple Heart. HEX triplet: 6E, 43 and BA. RGB value is (110,67,186). Sum of RGB (Red+Green+Blue) = 110+67+186=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E43BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E43BA is #91BC45. Grayscale: #5C5C5C. Windows color (decimal): -9550918 or 12206958. OLE color: 12206958.
HSL color Cylindrical-coordinate representation of color #6E43BA: hue angle of 261.68º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E43BA is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 67 | 186 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.27 |
| HSL | 261.68º | 0.47% | 0.5% | - |
| HSV(B) | 261.68º | 0.64% | 0.73% | - |
| XYZ | 17.3 | 10.87 | 47.64 | - |
| YUV | 93.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 186 | 0.41 | 0.64 | 0 | 0.27 | 261.68 | 0.47 | 0.5 |
| Hex | 6E | 43 | BA | 29 | 40 | 0 | 1B | 106 | 2F | 32 |
| Octal | 156 | 103 | 272 | 51 | 100 | 0 | 33 | 406 | 57 | 62 |
| Binary | 1101110 | 1000011 | 10111010 | 101001 | 1000000 | 0 | 11011 | 100000110 | 101111 | 110010 |
Color Harmonies of #6E43BA
Complementary color
Monochromatic Colors of #6E43BA
Black with #6E43BA
Text Example
Text Example
White with #6E43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E43BA; }
p { color: rgb(110,67,186); }
H1.HeaderClassName
{
color: #6E43BA;
}
.AnyTagClassName
{
color: #6E43BA;
}
</style>
background-color css
<style>
a { background-color: #6E43BA; }
a { background-color: rgb(110,67,186); }
div.DivClassName
{
background-color: #6E43BA;
}
.BgClassName
{
background-color: #6E43BA;
}
</style>
border-color css
<style>
span { border-color: #6E43BA; }
span { border-color: rgb(110,67,186); }
td.TdClassName
{
border-color: #6E43BA;
}
.TagClassName
{
border-color: #6E43BA;
}
</style>