Shades of Purple Heart #6E14DA
Tints of Purple Heart #6E14DA
RGB
CMYK
RGB Variations
Color information
#6E14DA (or 0x6E14DA) is known color: Purple Heart. HEX triplet: 6E, 14 and DA. RGB value is (110,20,218). Sum of RGB (Red+Green+Blue) = 110+20+218=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E14DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14DA is #91EB25. Grayscale: #444444. Windows color (decimal): -9562918 or 14292078. OLE color: 14292078.
HSL color Cylindrical-coordinate representation of color #6E14DA: hue angle of 267.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E14DA is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 20 | 218 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.15 |
| HSL | 267.27º | 0.83% | 0.47% | - |
| HSV(B) | 267.27º | 0.91% | 0.85% | - |
| XYZ | 19.34 | 8.88 | 67.02 | - |
| YUV | 69.48 | 211.82 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 218 | 0.50 | 0.91 | 0 | 0.15 | 267.27 | 0.83 | 0.47 |
| Hex | 6E | 14 | DA | 32 | 5B | 0 | F | 10B | 53 | 2F |
| Octal | 156 | 24 | 332 | 62 | 133 | 0 | 17 | 413 | 123 | 57 |
| Binary | 1101110 | 10100 | 11011010 | 110010 | 1011011 | 0 | 1111 | 100001011 | 1010011 | 101111 |
Color Harmonies of #6E14DA
Complementary color
Monochromatic Colors of #6E14DA
Black with #6E14DA
Text Example
Text Example
White with #6E14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E14DA; }
p { color: rgb(110,20,218); }
H1.HeaderClassName
{
color: #6E14DA;
}
.AnyTagClassName
{
color: #6E14DA;
}
</style>
background-color css
<style>
a { background-color: #6E14DA; }
a { background-color: rgb(110,20,218); }
div.DivClassName
{
background-color: #6E14DA;
}
.BgClassName
{
background-color: #6E14DA;
}
</style>
border-color css
<style>
span { border-color: #6E14DA; }
span { border-color: rgb(110,20,218); }
td.TdClassName
{
border-color: #6E14DA;
}
.TagClassName
{
border-color: #6E14DA;
}
</style>