Shades of Purple Heart #6D0DCF
Tints of Purple Heart #6D0DCF
RGB
CMYK
RGB Variations
Color information
#6D0DCF (or 0x6D0DCF) is known color: Purple Heart. HEX triplet: 6D, 0D and CF. RGB value is (109,13,207). Sum of RGB (Red+Green+Blue) = 109+13+207=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0DCF is #92F230. Grayscale: #3F3F3F. Windows color (decimal): -9630257 or 13569389. OLE color: 13569389.
HSL color Cylindrical-coordinate representation of color #6D0DCF: hue angle of 269.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0DCF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 13 | 207 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.19 |
| HSL | 269.69º | 0.88% | 0.43% | - |
| HSV(B) | 269.69º | 0.94% | 0.81% | - |
| XYZ | 17.71 | 8.04 | 59.65 | - |
| YUV | 63.82 | 208.8 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 207 | 0.47 | 0.94 | 0 | 0.19 | 269.69 | 0.88 | 0.43 |
| Hex | 6D | D | CF | 2F | 5E | 0 | 13 | 10E | 58 | 2B |
| Octal | 155 | 15 | 317 | 57 | 136 | 0 | 23 | 416 | 130 | 53 |
| Binary | 1101101 | 1101 | 11001111 | 101111 | 1011110 | 0 | 10011 | 100001110 | 1011000 | 101011 |
Color Harmonies of #6D0DCF
Complementary color
Monochromatic Colors of #6D0DCF
Black with #6D0DCF
Text Example
Text Example
White with #6D0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0DCF; }
p { color: rgb(109,13,207); }
H1.HeaderClassName
{
color: #6D0DCF;
}
.AnyTagClassName
{
color: #6D0DCF;
}
</style>
background-color css
<style>
a { background-color: #6D0DCF; }
a { background-color: rgb(109,13,207); }
div.DivClassName
{
background-color: #6D0DCF;
}
.BgClassName
{
background-color: #6D0DCF;
}
</style>
border-color css
<style>
span { border-color: #6D0DCF; }
span { border-color: rgb(109,13,207); }
td.TdClassName
{
border-color: #6D0DCF;
}
.TagClassName
{
border-color: #6D0DCF;
}
</style>