Shades of Purple Heart #6E13BE
Tints of Purple Heart #6E13BE
RGB
CMYK
RGB Variations
Color information
#6E13BE (or 0x6E13BE) is known color: Purple Heart. HEX triplet: 6E, 13 and BE. RGB value is (110,19,190). Sum of RGB (Red+Green+Blue) = 110+19+190=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E13BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E13BE is #91EC41. Grayscale: #414141. Windows color (decimal): -9563202 or 12456814. OLE color: 12456814.
HSL color Cylindrical-coordinate representation of color #6E13BE: hue angle of 271.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E13BE is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 19 | 190 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.25 |
| HSL | 271.93º | 0.82% | 0.41% | - |
| HSV(B) | 271.93º | 0.9% | 0.75% | - |
| XYZ | 15.96 | 7.5 | 49.32 | - |
| YUV | 65.7 | 198.15 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 190 | 0.42 | 0.90 | 0 | 0.25 | 271.93 | 0.82 | 0.41 |
| Hex | 6E | 13 | BE | 2A | 5A | 0 | 19 | 110 | 52 | 29 |
| Octal | 156 | 23 | 276 | 52 | 132 | 0 | 31 | 420 | 122 | 51 |
| Binary | 1101110 | 10011 | 10111110 | 101010 | 1011010 | 0 | 11001 | 100010000 | 1010010 | 101001 |
Color Harmonies of #6E13BE
Complementary color
Monochromatic Colors of #6E13BE
Black with #6E13BE
Text Example
Text Example
White with #6E13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13BE; }
p { color: rgb(110,19,190); }
H1.HeaderClassName
{
color: #6E13BE;
}
.AnyTagClassName
{
color: #6E13BE;
}
</style>
background-color css
<style>
a { background-color: #6E13BE; }
a { background-color: rgb(110,19,190); }
div.DivClassName
{
background-color: #6E13BE;
}
.BgClassName
{
background-color: #6E13BE;
}
</style>
border-color css
<style>
span { border-color: #6E13BE; }
span { border-color: rgb(110,19,190); }
td.TdClassName
{
border-color: #6E13BE;
}
.TagClassName
{
border-color: #6E13BE;
}
</style>