Shades of Purple Heart #6E36BA
Tints of Purple Heart #6E36BA
RGB
CMYK
RGB Variations
Color information
#6E36BA (or 0x6E36BA) is known color: Purple Heart. HEX triplet: 6E, 36 and BA. RGB value is (110,54,186). Sum of RGB (Red+Green+Blue) = 110+54+186=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E36BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E36BA is #91C945. Grayscale: #555555. Windows color (decimal): -9554246 or 12203630. OLE color: 12203630.
HSL color Cylindrical-coordinate representation of color #6E36BA: hue angle of 265.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E36BA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 54 | 186 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.27 |
| HSL | 265.45º | 0.55% | 0.47% | - |
| HSV(B) | 265.45º | 0.71% | 0.73% | - |
| XYZ | 16.61 | 9.5 | 47.41 | - |
| YUV | 85.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 186 | 0.41 | 0.71 | 0 | 0.27 | 265.45 | 0.55 | 0.47 |
| Hex | 6E | 36 | BA | 29 | 47 | 0 | 1B | 109 | 37 | 2F |
| Octal | 156 | 66 | 272 | 51 | 107 | 0 | 33 | 411 | 67 | 57 |
| Binary | 1101110 | 110110 | 10111010 | 101001 | 1000111 | 0 | 11011 | 100001001 | 110111 | 101111 |
Color Harmonies of #6E36BA
Complementary color
Monochromatic Colors of #6E36BA
Black with #6E36BA
Text Example
Text Example
White with #6E36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E36BA; }
p { color: rgb(110,54,186); }
H1.HeaderClassName
{
color: #6E36BA;
}
.AnyTagClassName
{
color: #6E36BA;
}
</style>
background-color css
<style>
a { background-color: #6E36BA; }
a { background-color: rgb(110,54,186); }
div.DivClassName
{
background-color: #6E36BA;
}
.BgClassName
{
background-color: #6E36BA;
}
</style>
border-color css
<style>
span { border-color: #6E36BA; }
span { border-color: rgb(110,54,186); }
td.TdClassName
{
border-color: #6E36BA;
}
.TagClassName
{
border-color: #6E36BA;
}
</style>