Shades of Purple Heart #6D3EC4
Tints of Purple Heart #6D3EC4
RGB
CMYK
RGB Variations
Color information
#6D3EC4 (or 0x6D3EC4) is known color: Purple Heart. HEX triplet: 6D, 3E and C4. RGB value is (109,62,196). Sum of RGB (Red+Green+Blue) = 109+62+196=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #6D3EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EC4 is #92C13B. Grayscale: #5A5A5A. Windows color (decimal): -9617724 or 12861037. OLE color: 12861037.
HSL color Cylindrical-coordinate representation of color #6D3EC4: hue angle of 261.04º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3EC4 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 62 | 196 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.23 |
| HSL | 261.04º | 0.53% | 0.51% | - |
| HSV(B) | 261.04º | 0.68% | 0.77% | - |
| XYZ | 17.99 | 10.68 | 53.34 | - |
| YUV | 91.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 196 | 0.44 | 0.68 | 0 | 0.23 | 261.04 | 0.53 | 0.51 |
| Hex | 6D | 3E | C4 | 2C | 44 | 0 | 17 | 105 | 35 | 33 |
| Octal | 155 | 76 | 304 | 54 | 104 | 0 | 27 | 405 | 65 | 63 |
| Binary | 1101101 | 111110 | 11000100 | 101100 | 1000100 | 0 | 10111 | 100000101 | 110101 | 110011 |
Color Harmonies of #6D3EC4
Complementary color
Monochromatic Colors of #6D3EC4
Black with #6D3EC4
Text Example
Text Example
White with #6D3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EC4; }
p { color: rgb(109,62,196); }
H1.HeaderClassName
{
color: #6D3EC4;
}
.AnyTagClassName
{
color: #6D3EC4;
}
</style>
background-color css
<style>
a { background-color: #6D3EC4; }
a { background-color: rgb(109,62,196); }
div.DivClassName
{
background-color: #6D3EC4;
}
.BgClassName
{
background-color: #6D3EC4;
}
</style>
border-color css
<style>
span { border-color: #6D3EC4; }
span { border-color: rgb(109,62,196); }
td.TdClassName
{
border-color: #6D3EC4;
}
.TagClassName
{
border-color: #6D3EC4;
}
</style>