Shades of Purple Heart #6E19CF
Tints of Purple Heart #6E19CF
RGB
CMYK
RGB Variations
Color information
#6E19CF (or 0x6E19CF) is known color: Purple Heart. HEX triplet: 6E, 19 and CF. RGB value is (110,25,207). Sum of RGB (Red+Green+Blue) = 110+25+207=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E19CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E19CF is #91E630. Grayscale: #464646. Windows color (decimal): -9561649 or 13572462. OLE color: 13572462.
HSL color Cylindrical-coordinate representation of color #6E19CF: hue angle of 268.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E19CF is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 25 | 207 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.19 |
| HSL | 268.02º | 0.78% | 0.45% | - |
| HSV(B) | 268.02º | 0.88% | 0.81% | - |
| XYZ | 18.04 | 8.52 | 59.72 | - |
| YUV | 71.16 | 204.66 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 207 | 0.47 | 0.88 | 0 | 0.19 | 268.02 | 0.78 | 0.45 |
| Hex | 6E | 19 | CF | 2F | 58 | 0 | 13 | 10C | 4E | 2D |
| Octal | 156 | 31 | 317 | 57 | 130 | 0 | 23 | 414 | 116 | 55 |
| Binary | 1101110 | 11001 | 11001111 | 101111 | 1011000 | 0 | 10011 | 100001100 | 1001110 | 101101 |
Color Harmonies of #6E19CF
Complementary color
Monochromatic Colors of #6E19CF
Black with #6E19CF
Text Example
Text Example
White with #6E19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E19CF; }
p { color: rgb(110,25,207); }
H1.HeaderClassName
{
color: #6E19CF;
}
.AnyTagClassName
{
color: #6E19CF;
}
</style>
background-color css
<style>
a { background-color: #6E19CF; }
a { background-color: rgb(110,25,207); }
div.DivClassName
{
background-color: #6E19CF;
}
.BgClassName
{
background-color: #6E19CF;
}
</style>
border-color css
<style>
span { border-color: #6E19CF; }
span { border-color: rgb(110,25,207); }
td.TdClassName
{
border-color: #6E19CF;
}
.TagClassName
{
border-color: #6E19CF;
}
</style>