Shades of Purple Heart #6E14CF
Tints of Purple Heart #6E14CF
RGB
CMYK
RGB Variations
Color information
#6E14CF (or 0x6E14CF) is known color: Purple Heart. HEX triplet: 6E, 14 and CF. RGB value is (110,20,207). Sum of RGB (Red+Green+Blue) = 110+20+207=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E14CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14CF is #91EB30. Grayscale: #434343. Windows color (decimal): -9562929 or 13571182. OLE color: 13571182.
HSL color Cylindrical-coordinate representation of color #6E14CF: hue angle of 268.88º 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 #6E14CF is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 20 | 207 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.19 |
| HSL | 268.88º | 0.82% | 0.45% | - |
| HSV(B) | 268.88º | 0.9% | 0.81% | - |
| XYZ | 17.94 | 8.32 | 59.69 | - |
| YUV | 68.23 | 206.32 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 207 | 0.47 | 0.90 | 0 | 0.19 | 268.88 | 0.82 | 0.45 |
| Hex | 6E | 14 | CF | 2F | 5A | 0 | 13 | 10D | 52 | 2D |
| Octal | 156 | 24 | 317 | 57 | 132 | 0 | 23 | 415 | 122 | 55 |
| Binary | 1101110 | 10100 | 11001111 | 101111 | 1011010 | 0 | 10011 | 100001101 | 1010010 | 101101 |
Color Harmonies of #6E14CF
Complementary color
Monochromatic Colors of #6E14CF
Black with #6E14CF
Text Example
Text Example
White with #6E14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E14CF; }
p { color: rgb(110,20,207); }
H1.HeaderClassName
{
color: #6E14CF;
}
.AnyTagClassName
{
color: #6E14CF;
}
</style>
background-color css
<style>
a { background-color: #6E14CF; }
a { background-color: rgb(110,20,207); }
div.DivClassName
{
background-color: #6E14CF;
}
.BgClassName
{
background-color: #6E14CF;
}
</style>
border-color css
<style>
span { border-color: #6E14CF; }
span { border-color: rgb(110,20,207); }
td.TdClassName
{
border-color: #6E14CF;
}
.TagClassName
{
border-color: #6E14CF;
}
</style>