Shades of Purple Heart #6D19CD
Tints of Purple Heart #6D19CD
RGB
CMYK
RGB Variations
Color information
#6D19CD (or 0x6D19CD) is known color: Purple Heart. HEX triplet: 6D, 19 and CD. RGB value is (109,25,205). Sum of RGB (Red+Green+Blue) = 109+25+205=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D19CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D19CD is #92E632. Grayscale: #464646. Windows color (decimal): -9627187 or 13441389. OLE color: 13441389.
HSL color Cylindrical-coordinate representation of color #6D19CD: hue angle of 268º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D19CD is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 25 | 205 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.20 |
| HSL | 268º | 0.78% | 0.45% | - |
| HSV(B) | 268º | 0.88% | 0.8% | - |
| XYZ | 17.67 | 8.35 | 58.44 | - |
| YUV | 70.64 | 203.83 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 205 | 0.47 | 0.88 | 0 | 0.20 | 268 | 0.78 | 0.45 |
| Hex | 6D | 19 | CD | 2F | 58 | 0 | 14 | 10C | 4E | 2D |
| Octal | 155 | 31 | 315 | 57 | 130 | 0 | 24 | 414 | 116 | 55 |
| Binary | 1101101 | 11001 | 11001101 | 101111 | 1011000 | 0 | 10100 | 100001100 | 1001110 | 101101 |
Color Harmonies of #6D19CD
Complementary color
Monochromatic Colors of #6D19CD
Black with #6D19CD
Text Example
Text Example
White with #6D19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D19CD; }
p { color: rgb(109,25,205); }
H1.HeaderClassName
{
color: #6D19CD;
}
.AnyTagClassName
{
color: #6D19CD;
}
</style>
background-color css
<style>
a { background-color: #6D19CD; }
a { background-color: rgb(109,25,205); }
div.DivClassName
{
background-color: #6D19CD;
}
.BgClassName
{
background-color: #6D19CD;
}
</style>
border-color css
<style>
span { border-color: #6D19CD; }
span { border-color: rgb(109,25,205); }
td.TdClassName
{
border-color: #6D19CD;
}
.TagClassName
{
border-color: #6D19CD;
}
</style>