Shades of Purple Heart #6D13BD
Tints of Purple Heart #6D13BD
RGB
CMYK
RGB Variations
Color information
#6D13BD (or 0x6D13BD) is known color: Purple Heart. HEX triplet: 6D, 13 and BD. RGB value is (109,19,189). Sum of RGB (Red+Green+Blue) = 109+19+189=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D13BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D13BD is #92EC42. Grayscale: #404040. Windows color (decimal): -9628739 or 12391277. OLE color: 12391277.
HSL color Cylindrical-coordinate representation of color #6D13BD: hue angle of 271.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D13BD is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 19 | 189 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.26 |
| HSL | 271.76º | 0.82% | 0.41% | - |
| HSV(B) | 271.76º | 0.9% | 0.74% | - |
| XYZ | 15.72 | 7.39 | 48.74 | - |
| YUV | 65.29 | 197.82 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 189 | 0.42 | 0.90 | 0 | 0.26 | 271.76 | 0.82 | 0.41 |
| Hex | 6D | 13 | BD | 2A | 5A | 0 | 1A | 110 | 52 | 29 |
| Octal | 155 | 23 | 275 | 52 | 132 | 0 | 32 | 420 | 122 | 51 |
| Binary | 1101101 | 10011 | 10111101 | 101010 | 1011010 | 0 | 11010 | 100010000 | 1010010 | 101001 |
Color Harmonies of #6D13BD
Complementary color
Monochromatic Colors of #6D13BD
Black with #6D13BD
Text Example
Text Example
White with #6D13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D13BD; }
p { color: rgb(109,19,189); }
H1.HeaderClassName
{
color: #6D13BD;
}
.AnyTagClassName
{
color: #6D13BD;
}
</style>
background-color css
<style>
a { background-color: #6D13BD; }
a { background-color: rgb(109,19,189); }
div.DivClassName
{
background-color: #6D13BD;
}
.BgClassName
{
background-color: #6D13BD;
}
</style>
border-color css
<style>
span { border-color: #6D13BD; }
span { border-color: rgb(109,19,189); }
td.TdClassName
{
border-color: #6D13BD;
}
.TagClassName
{
border-color: #6D13BD;
}
</style>