Shades of Purple Heart #6D1CD6
Tints of Purple Heart #6D1CD6
RGB
CMYK
RGB Variations
Color information
#6D1CD6 (or 0x6D1CD6) is known color: Purple Heart. HEX triplet: 6D, 1C and D6. RGB value is (109,28,214). Sum of RGB (Red+Green+Blue) = 109+28+214=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D1CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1CD6 is #92E329. Grayscale: #484848. Windows color (decimal): -9626410 or 14031981. OLE color: 14031981.
HSL color Cylindrical-coordinate representation of color #6D1CD6: hue angle of 266.13º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1CD6 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 28 | 214 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.16 |
| HSL | 266.13º | 0.77% | 0.47% | - |
| HSV(B) | 266.13º | 0.87% | 0.84% | - |
| XYZ | 18.86 | 8.94 | 64.35 | - |
| YUV | 73.42 | 207.34 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 214 | 0.49 | 0.87 | 0 | 0.16 | 266.13 | 0.77 | 0.47 |
| Hex | 6D | 1C | D6 | 31 | 57 | 0 | 10 | 10A | 4D | 2F |
| Octal | 155 | 34 | 326 | 61 | 127 | 0 | 20 | 412 | 115 | 57 |
| Binary | 1101101 | 11100 | 11010110 | 110001 | 1010111 | 0 | 10000 | 100001010 | 1001101 | 101111 |
Color Harmonies of #6D1CD6
Complementary color
Monochromatic Colors of #6D1CD6
Black with #6D1CD6
Text Example
Text Example
White with #6D1CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1CD6; }
p { color: rgb(109,28,214); }
H1.HeaderClassName
{
color: #6D1CD6;
}
.AnyTagClassName
{
color: #6D1CD6;
}
</style>
background-color css
<style>
a { background-color: #6D1CD6; }
a { background-color: rgb(109,28,214); }
div.DivClassName
{
background-color: #6D1CD6;
}
.BgClassName
{
background-color: #6D1CD6;
}
</style>
border-color css
<style>
span { border-color: #6D1CD6; }
span { border-color: rgb(109,28,214); }
td.TdClassName
{
border-color: #6D1CD6;
}
.TagClassName
{
border-color: #6D1CD6;
}
</style>