Shades of Purple Heart #6D14CF
Tints of Purple Heart #6D14CF
RGB
CMYK
RGB Variations
Color information
#6D14CF (or 0x6D14CF) is known color: Purple Heart. HEX triplet: 6D, 14 and CF. RGB value is (109,20,207). Sum of RGB (Red+Green+Blue) = 109+20+207=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D14CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D14CF is #92EB30. Grayscale: #434343. Windows color (decimal): -9628465 or 13571181. OLE color: 13571181.
HSL color Cylindrical-coordinate representation of color #6D14CF: hue angle of 268.56º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D14CF is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 20 | 207 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.19 |
| HSL | 268.56º | 0.82% | 0.45% | - |
| HSV(B) | 268.56º | 0.9% | 0.81% | - |
| XYZ | 17.82 | 8.26 | 59.69 | - |
| YUV | 67.93 | 206.49 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 207 | 0.47 | 0.90 | 0 | 0.19 | 268.56 | 0.82 | 0.45 |
| Hex | 6D | 14 | CF | 2F | 5A | 0 | 13 | 10D | 52 | 2D |
| Octal | 155 | 24 | 317 | 57 | 132 | 0 | 23 | 415 | 122 | 55 |
| Binary | 1101101 | 10100 | 11001111 | 101111 | 1011010 | 0 | 10011 | 100001101 | 1010010 | 101101 |
Color Harmonies of #6D14CF
Complementary color
Monochromatic Colors of #6D14CF
Black with #6D14CF
Text Example
Text Example
White with #6D14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D14CF; }
p { color: rgb(109,20,207); }
H1.HeaderClassName
{
color: #6D14CF;
}
.AnyTagClassName
{
color: #6D14CF;
}
</style>
background-color css
<style>
a { background-color: #6D14CF; }
a { background-color: rgb(109,20,207); }
div.DivClassName
{
background-color: #6D14CF;
}
.BgClassName
{
background-color: #6D14CF;
}
</style>
border-color css
<style>
span { border-color: #6D14CF; }
span { border-color: rgb(109,20,207); }
td.TdClassName
{
border-color: #6D14CF;
}
.TagClassName
{
border-color: #6D14CF;
}
</style>