Shades of Purple Heart #6D16C6
Tints of Purple Heart #6D16C6
RGB
CMYK
RGB Variations
Color information
#6D16C6 (or 0x6D16C6) is known color: Purple Heart. HEX triplet: 6D, 16 and C6. RGB value is (109,22,198). Sum of RGB (Red+Green+Blue) = 109+22+198=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #6D16C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D16C6 is #92E939. Grayscale: #434343. Windows color (decimal): -9627962 or 12981869. OLE color: 12981869.
HSL color Cylindrical-coordinate representation of color #6D16C6: hue angle of 269.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D16C6 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 22 | 198 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.22 |
| HSL | 269.66º | 0.8% | 0.43% | - |
| HSV(B) | 269.66º | 0.89% | 0.78% | - |
| XYZ | 16.79 | 7.9 | 54.07 | - |
| YUV | 68.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 198 | 0.45 | 0.89 | 0 | 0.22 | 269.66 | 0.8 | 0.43 |
| Hex | 6D | 16 | C6 | 2D | 59 | 0 | 16 | 10E | 50 | 2B |
| Octal | 155 | 26 | 306 | 55 | 131 | 0 | 26 | 416 | 120 | 53 |
| Binary | 1101101 | 10110 | 11000110 | 101101 | 1011001 | 0 | 10110 | 100001110 | 1010000 | 101011 |
Color Harmonies of #6D16C6
Complementary color
Monochromatic Colors of #6D16C6
Black with #6D16C6
Text Example
Text Example
White with #6D16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D16C6; }
p { color: rgb(109,22,198); }
H1.HeaderClassName
{
color: #6D16C6;
}
.AnyTagClassName
{
color: #6D16C6;
}
</style>
background-color css
<style>
a { background-color: #6D16C6; }
a { background-color: rgb(109,22,198); }
div.DivClassName
{
background-color: #6D16C6;
}
.BgClassName
{
background-color: #6D16C6;
}
</style>
border-color css
<style>
span { border-color: #6D16C6; }
span { border-color: rgb(109,22,198); }
td.TdClassName
{
border-color: #6D16C6;
}
.TagClassName
{
border-color: #6D16C6;
}
</style>