Shades of Purple Heart #6D3EBA
Tints of Purple Heart #6D3EBA
RGB
CMYK
RGB Variations
Color information
#6D3EBA (or 0x6D3EBA) is known color: Purple Heart. HEX triplet: 6D, 3E and BA. RGB value is (109,62,186). Sum of RGB (Red+Green+Blue) = 109+62+186=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EBA is #92C145. Grayscale: #595959. Windows color (decimal): -9617734 or 12205677. OLE color: 12205677.
HSL color Cylindrical-coordinate representation of color #6D3EBA: hue angle of 262.74º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3EBA is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 62 | 186 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.27 |
| HSL | 262.74º | 0.5% | 0.49% | - |
| HSV(B) | 262.74º | 0.67% | 0.73% | - |
| XYZ | 16.89 | 10.24 | 47.54 | - |
| YUV | 90.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 186 | 0.41 | 0.67 | 0 | 0.27 | 262.74 | 0.5 | 0.49 |
| Hex | 6D | 3E | BA | 29 | 43 | 0 | 1B | 107 | 32 | 31 |
| Octal | 155 | 76 | 272 | 51 | 103 | 0 | 33 | 407 | 62 | 61 |
| Binary | 1101101 | 111110 | 10111010 | 101001 | 1000011 | 0 | 11011 | 100000111 | 110010 | 110001 |
Color Harmonies of #6D3EBA
Complementary color
Monochromatic Colors of #6D3EBA
Black with #6D3EBA
Text Example
Text Example
White with #6D3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EBA; }
p { color: rgb(109,62,186); }
H1.HeaderClassName
{
color: #6D3EBA;
}
.AnyTagClassName
{
color: #6D3EBA;
}
</style>
background-color css
<style>
a { background-color: #6D3EBA; }
a { background-color: rgb(109,62,186); }
div.DivClassName
{
background-color: #6D3EBA;
}
.BgClassName
{
background-color: #6D3EBA;
}
</style>
border-color css
<style>
span { border-color: #6D3EBA; }
span { border-color: rgb(109,62,186); }
td.TdClassName
{
border-color: #6D3EBA;
}
.TagClassName
{
border-color: #6D3EBA;
}
</style>