Shades of Purple Heart #6E13D5
Tints of Purple Heart #6E13D5
RGB
CMYK
RGB Variations
Color information
#6E13D5 (or 0x6E13D5) is known color: Purple Heart. HEX triplet: 6E, 13 and D5. RGB value is (110,19,213). Sum of RGB (Red+Green+Blue) = 110+19+213=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E13D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E13D5 is #91EC2A. Grayscale: #434343. Windows color (decimal): -9563179 or 13964142. OLE color: 13964142.
HSL color Cylindrical-coordinate representation of color #6E13D5: hue angle of 268.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E13D5 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 19 | 213 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.16 |
| HSL | 268.14º | 0.84% | 0.45% | - |
| HSV(B) | 268.14º | 0.91% | 0.84% | - |
| XYZ | 18.67 | 8.58 | 63.62 | - |
| YUV | 68.33 | 209.65 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 213 | 0.48 | 0.91 | 0 | 0.16 | 268.14 | 0.84 | 0.45 |
| Hex | 6E | 13 | D5 | 30 | 5B | 0 | 10 | 10C | 54 | 2D |
| Octal | 156 | 23 | 325 | 60 | 133 | 0 | 20 | 414 | 124 | 55 |
| Binary | 1101110 | 10011 | 11010101 | 110000 | 1011011 | 0 | 10000 | 100001100 | 1010100 | 101101 |
Color Harmonies of #6E13D5
Complementary color
Monochromatic Colors of #6E13D5
Black with #6E13D5
Text Example
Text Example
White with #6E13D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13D5; }
p { color: rgb(110,19,213); }
H1.HeaderClassName
{
color: #6E13D5;
}
.AnyTagClassName
{
color: #6E13D5;
}
</style>
background-color css
<style>
a { background-color: #6E13D5; }
a { background-color: rgb(110,19,213); }
div.DivClassName
{
background-color: #6E13D5;
}
.BgClassName
{
background-color: #6E13D5;
}
</style>
border-color css
<style>
span { border-color: #6E13D5; }
span { border-color: rgb(110,19,213); }
td.TdClassName
{
border-color: #6E13D5;
}
.TagClassName
{
border-color: #6E13D5;
}
</style>