Shades of Purple Heart #6D16CD
Tints of Purple Heart #6D16CD
RGB
CMYK
RGB Variations
Color information
#6D16CD (or 0x6D16CD) is known color: Purple Heart. HEX triplet: 6D, 16 and CD. RGB value is (109,22,205). Sum of RGB (Red+Green+Blue) = 109+22+205=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D16CD is #92E932. Grayscale: #444444. Windows color (decimal): -9627955 or 13440621. OLE color: 13440621.
HSL color Cylindrical-coordinate representation of color #6D16CD: hue angle of 268.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D16CD is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 22 | 205 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.20 |
| HSL | 268.52º | 0.81% | 0.45% | - |
| HSV(B) | 268.52º | 0.89% | 0.8% | - |
| XYZ | 17.61 | 8.23 | 58.42 | - |
| YUV | 68.88 | 204.82 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 205 | 0.47 | 0.89 | 0 | 0.20 | 268.52 | 0.81 | 0.45 |
| Hex | 6D | 16 | CD | 2F | 59 | 0 | 14 | 10D | 51 | 2D |
| Octal | 155 | 26 | 315 | 57 | 131 | 0 | 24 | 415 | 121 | 55 |
| Binary | 1101101 | 10110 | 11001101 | 101111 | 1011001 | 0 | 10100 | 100001101 | 1010001 | 101101 |
Color Harmonies of #6D16CD
Complementary color
Monochromatic Colors of #6D16CD
Black with #6D16CD
Text Example
Text Example
White with #6D16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D16CD; }
p { color: rgb(109,22,205); }
H1.HeaderClassName
{
color: #6D16CD;
}
.AnyTagClassName
{
color: #6D16CD;
}
</style>
background-color css
<style>
a { background-color: #6D16CD; }
a { background-color: rgb(109,22,205); }
div.DivClassName
{
background-color: #6D16CD;
}
.BgClassName
{
background-color: #6D16CD;
}
</style>
border-color css
<style>
span { border-color: #6D16CD; }
span { border-color: rgb(109,22,205); }
td.TdClassName
{
border-color: #6D16CD;
}
.TagClassName
{
border-color: #6D16CD;
}
</style>