Shades of Purple Heart #6D11CF
Tints of Purple Heart #6D11CF
RGB
CMYK
RGB Variations
Color information
#6D11CF (or 0x6D11CF) is known color: Purple Heart. HEX triplet: 6D, 11 and CF. RGB value is (109,17,207). Sum of RGB (Red+Green+Blue) = 109+17+207=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D11CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D11CF is #92EE30. Grayscale: #414141. Windows color (decimal): -9629233 or 13570413. OLE color: 13570413.
HSL color Cylindrical-coordinate representation of color #6D11CF: hue angle of 269.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D11CF is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 17 | 207 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.19 |
| HSL | 269.05º | 0.85% | 0.44% | - |
| HSV(B) | 269.05º | 0.92% | 0.81% | - |
| XYZ | 17.77 | 8.16 | 59.67 | - |
| YUV | 66.17 | 207.48 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 207 | 0.47 | 0.92 | 0 | 0.19 | 269.05 | 0.85 | 0.44 |
| Hex | 6D | 11 | CF | 2F | 5C | 0 | 13 | 10D | 55 | 2C |
| Octal | 155 | 21 | 317 | 57 | 134 | 0 | 23 | 415 | 125 | 54 |
| Binary | 1101101 | 10001 | 11001111 | 101111 | 1011100 | 0 | 10011 | 100001101 | 1010101 | 101100 |
Color Harmonies of #6D11CF
Complementary color
Monochromatic Colors of #6D11CF
Black with #6D11CF
Text Example
Text Example
White with #6D11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D11CF; }
p { color: rgb(109,17,207); }
H1.HeaderClassName
{
color: #6D11CF;
}
.AnyTagClassName
{
color: #6D11CF;
}
</style>
background-color css
<style>
a { background-color: #6D11CF; }
a { background-color: rgb(109,17,207); }
div.DivClassName
{
background-color: #6D11CF;
}
.BgClassName
{
background-color: #6D11CF;
}
</style>
border-color css
<style>
span { border-color: #6D11CF; }
span { border-color: rgb(109,17,207); }
td.TdClassName
{
border-color: #6D11CF;
}
.TagClassName
{
border-color: #6D11CF;
}
</style>