Shades of Purple Heart #6D36DF
Tints of Purple Heart #6D36DF
RGB
CMYK
RGB Variations
Color information
#6D36DF (or 0x6D36DF) is known color: Purple Heart. HEX triplet: 6D, 36 and DF. RGB value is (109,54,223). Sum of RGB (Red+Green+Blue) = 109+54+223=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D36DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D36DF is #92C920. Grayscale: #595959. Windows color (decimal): -9619745 or 14628461. OLE color: 14628461.
HSL color Cylindrical-coordinate representation of color #6D36DF: hue angle of 259.53º 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 #6D36DF is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 54 | 223 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.13 |
| HSL | 259.53º | 0.73% | 0.54% | - |
| HSV(B) | 259.53º | 0.76% | 0.87% | - |
| XYZ | 20.95 | 11.22 | 70.87 | - |
| YUV | 89.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 223 | 0.51 | 0.76 | 0 | 0.13 | 259.53 | 0.73 | 0.54 |
| Hex | 6D | 36 | DF | 33 | 4C | 0 | D | 104 | 49 | 36 |
| Octal | 155 | 66 | 337 | 63 | 114 | 0 | 15 | 404 | 111 | 66 |
| Binary | 1101101 | 110110 | 11011111 | 110011 | 1001100 | 0 | 1101 | 100000100 | 1001001 | 110110 |
Color Harmonies of #6D36DF
Complementary color
Monochromatic Colors of #6D36DF
Black with #6D36DF
Text Example
Text Example
White with #6D36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D36DF; }
p { color: rgb(109,54,223); }
H1.HeaderClassName
{
color: #6D36DF;
}
.AnyTagClassName
{
color: #6D36DF;
}
</style>
background-color css
<style>
a { background-color: #6D36DF; }
a { background-color: rgb(109,54,223); }
div.DivClassName
{
background-color: #6D36DF;
}
.BgClassName
{
background-color: #6D36DF;
}
</style>
border-color css
<style>
span { border-color: #6D36DF; }
span { border-color: rgb(109,54,223); }
td.TdClassName
{
border-color: #6D36DF;
}
.TagClassName
{
border-color: #6D36DF;
}
</style>