Shades of Purple Heart #6E13CF
Tints of Purple Heart #6E13CF
RGB
CMYK
RGB Variations
Color information
#6E13CF (or 0x6E13CF) is known color: Purple Heart. HEX triplet: 6E, 13 and CF. RGB value is (110,19,207). Sum of RGB (Red+Green+Blue) = 110+19+207=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 19 (7.81% from 255 or 5.65% 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 #6E13CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E13CF is #91EC30. Grayscale: #424242. Windows color (decimal): -9563185 or 13570926. OLE color: 13570926.
HSL color Cylindrical-coordinate representation of color #6E13CF: hue angle of 269.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E13CF is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 19 | 207 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.19 |
| HSL | 269.04º | 0.83% | 0.44% | - |
| HSV(B) | 269.04º | 0.91% | 0.81% | - |
| XYZ | 17.93 | 8.29 | 59.69 | - |
| YUV | 67.64 | 206.65 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 207 | 0.47 | 0.91 | 0 | 0.19 | 269.04 | 0.83 | 0.44 |
| Hex | 6E | 13 | CF | 2F | 5B | 0 | 13 | 10D | 53 | 2C |
| Octal | 156 | 23 | 317 | 57 | 133 | 0 | 23 | 415 | 123 | 54 |
| Binary | 1101110 | 10011 | 11001111 | 101111 | 1011011 | 0 | 10011 | 100001101 | 1010011 | 101100 |
Color Harmonies of #6E13CF
Complementary color
Monochromatic Colors of #6E13CF
Black with #6E13CF
Text Example
Text Example
White with #6E13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13CF; }
p { color: rgb(110,19,207); }
H1.HeaderClassName
{
color: #6E13CF;
}
.AnyTagClassName
{
color: #6E13CF;
}
</style>
background-color css
<style>
a { background-color: #6E13CF; }
a { background-color: rgb(110,19,207); }
div.DivClassName
{
background-color: #6E13CF;
}
.BgClassName
{
background-color: #6E13CF;
}
</style>
border-color css
<style>
span { border-color: #6E13CF; }
span { border-color: rgb(110,19,207); }
td.TdClassName
{
border-color: #6E13CF;
}
.TagClassName
{
border-color: #6E13CF;
}
</style>