Shades of Purple Heart #6D3EBF
Tints of Purple Heart #6D3EBF
RGB
CMYK
RGB Variations
Color information
#6D3EBF (or 0x6D3EBF) is known color: Purple Heart. HEX triplet: 6D, 3E and BF. RGB value is (109,62,191). Sum of RGB (Red+Green+Blue) = 109+62+191=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EBF is #92C140. Grayscale: #5A5A5A. Windows color (decimal): -9617729 or 12533357. OLE color: 12533357.
HSL color Cylindrical-coordinate representation of color #6D3EBF: hue angle of 261.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3EBF is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 62 | 191 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.25 |
| HSL | 261.86º | 0.51% | 0.5% | - |
| HSV(B) | 261.86º | 0.68% | 0.75% | - |
| XYZ | 17.43 | 10.46 | 50.39 | - |
| YUV | 90.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 191 | 0.43 | 0.68 | 0 | 0.25 | 261.86 | 0.51 | 0.5 |
| Hex | 6D | 3E | BF | 2B | 44 | 0 | 19 | 106 | 33 | 32 |
| Octal | 155 | 76 | 277 | 53 | 104 | 0 | 31 | 406 | 63 | 62 |
| Binary | 1101101 | 111110 | 10111111 | 101011 | 1000100 | 0 | 11001 | 100000110 | 110011 | 110010 |
Color Harmonies of #6D3EBF
Complementary color
Monochromatic Colors of #6D3EBF
Black with #6D3EBF
Text Example
Text Example
White with #6D3EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EBF; }
p { color: rgb(109,62,191); }
H1.HeaderClassName
{
color: #6D3EBF;
}
.AnyTagClassName
{
color: #6D3EBF;
}
</style>
background-color css
<style>
a { background-color: #6D3EBF; }
a { background-color: rgb(109,62,191); }
div.DivClassName
{
background-color: #6D3EBF;
}
.BgClassName
{
background-color: #6D3EBF;
}
</style>
border-color css
<style>
span { border-color: #6D3EBF; }
span { border-color: rgb(109,62,191); }
td.TdClassName
{
border-color: #6D3EBF;
}
.TagClassName
{
border-color: #6D3EBF;
}
</style>