Shades of Purple Heart #6E36DF
Tints of Purple Heart #6E36DF
RGB
CMYK
RGB Variations
Color information
#6E36DF (or 0x6E36DF) is known color: Purple Heart. HEX triplet: 6E, 36 and DF. RGB value is (110,54,223). Sum of RGB (Red+Green+Blue) = 110+54+223=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E36DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E36DF is #91C920. Grayscale: #595959. Windows color (decimal): -9554209 or 14628462. OLE color: 14628462.
HSL color Cylindrical-coordinate representation of color #6E36DF: hue angle of 259.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E36DF is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 54 | 223 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.13 |
| HSL | 259.88º | 0.73% | 0.54% | - |
| HSV(B) | 259.88º | 0.76% | 0.87% | - |
| XYZ | 21.07 | 11.28 | 70.88 | - |
| YUV | 90.01 | 203.05 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 223 | 0.51 | 0.76 | 0 | 0.13 | 259.88 | 0.73 | 0.54 |
| Hex | 6E | 36 | DF | 33 | 4C | 0 | D | 104 | 49 | 36 |
| Octal | 156 | 66 | 337 | 63 | 114 | 0 | 15 | 404 | 111 | 66 |
| Binary | 1101110 | 110110 | 11011111 | 110011 | 1001100 | 0 | 1101 | 100000100 | 1001001 | 110110 |
Color Harmonies of #6E36DF
Complementary color
Monochromatic Colors of #6E36DF
Black with #6E36DF
Text Example
Text Example
White with #6E36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E36DF; }
p { color: rgb(110,54,223); }
H1.HeaderClassName
{
color: #6E36DF;
}
.AnyTagClassName
{
color: #6E36DF;
}
</style>
background-color css
<style>
a { background-color: #6E36DF; }
a { background-color: rgb(110,54,223); }
div.DivClassName
{
background-color: #6E36DF;
}
.BgClassName
{
background-color: #6E36DF;
}
</style>
border-color css
<style>
span { border-color: #6E36DF; }
span { border-color: rgb(110,54,223); }
td.TdClassName
{
border-color: #6E36DF;
}
.TagClassName
{
border-color: #6E36DF;
}
</style>