Shades of Purple Heart #6D3ECD
Tints of Purple Heart #6D3ECD
RGB
CMYK
RGB Variations
Color information
#6D3ECD (or 0x6D3ECD) is known color: Purple Heart. HEX triplet: 6D, 3E and CD. RGB value is (109,62,205). Sum of RGB (Red+Green+Blue) = 109+62+205=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D3ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3ECD is #92C132. Grayscale: #5B5B5B. Windows color (decimal): -9617715 or 13450861. OLE color: 13450861.
HSL color Cylindrical-coordinate representation of color #6D3ECD: hue angle of 259.72º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D3ECD is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 62 | 205 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.20 |
| HSL | 259.72º | 0.59% | 0.52% | - |
| HSV(B) | 259.72º | 0.7% | 0.8% | - |
| XYZ | 19.05 | 11.1 | 58.9 | - |
| YUV | 92.36 | 191.57 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 205 | 0.47 | 0.70 | 0 | 0.20 | 259.72 | 0.59 | 0.52 |
| Hex | 6D | 3E | CD | 2F | 46 | 0 | 14 | 104 | 3B | 34 |
| Octal | 155 | 76 | 315 | 57 | 106 | 0 | 24 | 404 | 73 | 64 |
| Binary | 1101101 | 111110 | 11001101 | 101111 | 1000110 | 0 | 10100 | 100000100 | 111011 | 110100 |
Color Harmonies of #6D3ECD
Complementary color
Monochromatic Colors of #6D3ECD
Black with #6D3ECD
Text Example
Text Example
White with #6D3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3ECD; }
p { color: rgb(109,62,205); }
H1.HeaderClassName
{
color: #6D3ECD;
}
.AnyTagClassName
{
color: #6D3ECD;
}
</style>
background-color css
<style>
a { background-color: #6D3ECD; }
a { background-color: rgb(109,62,205); }
div.DivClassName
{
background-color: #6D3ECD;
}
.BgClassName
{
background-color: #6D3ECD;
}
</style>
border-color css
<style>
span { border-color: #6D3ECD; }
span { border-color: rgb(109,62,205); }
td.TdClassName
{
border-color: #6D3ECD;
}
.TagClassName
{
border-color: #6D3ECD;
}
</style>