Shades of Purple Heart #6D3CD6
Tints of Purple Heart #6D3CD6
RGB
CMYK
RGB Variations
Color information
#6D3CD6 (or 0x6D3CD6) is known color: Purple Heart. HEX triplet: 6D, 3C and D6. RGB value is (109,60,214). Sum of RGB (Red+Green+Blue) = 109+60+214=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D3CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3CD6 is #92C329. Grayscale: #5B5B5B. Windows color (decimal): -9618218 or 14040173. OLE color: 14040173.
HSL color Cylindrical-coordinate representation of color #6D3CD6: hue angle of 259.09º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3CD6 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 60 | 214 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.16 |
| HSL | 259.09º | 0.65% | 0.54% | - |
| HSV(B) | 259.09º | 0.72% | 0.84% | - |
| XYZ | 20.06 | 11.34 | 64.75 | - |
| YUV | 92.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 214 | 0.49 | 0.72 | 0 | 0.16 | 259.09 | 0.65 | 0.54 |
| Hex | 6D | 3C | D6 | 31 | 48 | 0 | 10 | 103 | 41 | 36 |
| Octal | 155 | 74 | 326 | 61 | 110 | 0 | 20 | 403 | 101 | 66 |
| Binary | 1101101 | 111100 | 11010110 | 110001 | 1001000 | 0 | 10000 | 100000011 | 1000001 | 110110 |
Color Harmonies of #6D3CD6
Complementary color
Monochromatic Colors of #6D3CD6
Black with #6D3CD6
Text Example
Text Example
White with #6D3CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3CD6; }
p { color: rgb(109,60,214); }
H1.HeaderClassName
{
color: #6D3CD6;
}
.AnyTagClassName
{
color: #6D3CD6;
}
</style>
background-color css
<style>
a { background-color: #6D3CD6; }
a { background-color: rgb(109,60,214); }
div.DivClassName
{
background-color: #6D3CD6;
}
.BgClassName
{
background-color: #6D3CD6;
}
</style>
border-color css
<style>
span { border-color: #6D3CD6; }
span { border-color: rgb(109,60,214); }
td.TdClassName
{
border-color: #6D3CD6;
}
.TagClassName
{
border-color: #6D3CD6;
}
</style>