Shades of Purple Heart #6D3DBA
Tints of Purple Heart #6D3DBA
RGB
CMYK
RGB Variations
Color information
#6D3DBA (or 0x6D3DBA) is known color: Purple Heart. HEX triplet: 6D, 3D and BA. RGB value is (109,61,186). Sum of RGB (Red+Green+Blue) = 109+61+186=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DBA is #92C245. Grayscale: #595959. Windows color (decimal): -9617990 or 12205421. OLE color: 12205421.
HSL color Cylindrical-coordinate representation of color #6D3DBA: hue angle of 263.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3DBA is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 61 | 186 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.27 |
| HSL | 263.04º | 0.51% | 0.48% | - |
| HSV(B) | 263.04º | 0.67% | 0.73% | - |
| XYZ | 16.84 | 10.13 | 47.52 | - |
| YUV | 89.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 186 | 0.41 | 0.67 | 0 | 0.27 | 263.04 | 0.51 | 0.48 |
| Hex | 6D | 3D | BA | 29 | 43 | 0 | 1B | 107 | 33 | 30 |
| Octal | 155 | 75 | 272 | 51 | 103 | 0 | 33 | 407 | 63 | 60 |
| Binary | 1101101 | 111101 | 10111010 | 101001 | 1000011 | 0 | 11011 | 100000111 | 110011 | 110000 |
Color Harmonies of #6D3DBA
Complementary color
Monochromatic Colors of #6D3DBA
Black with #6D3DBA
Text Example
Text Example
White with #6D3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3DBA; }
p { color: rgb(109,61,186); }
H1.HeaderClassName
{
color: #6D3DBA;
}
.AnyTagClassName
{
color: #6D3DBA;
}
</style>
background-color css
<style>
a { background-color: #6D3DBA; }
a { background-color: rgb(109,61,186); }
div.DivClassName
{
background-color: #6D3DBA;
}
.BgClassName
{
background-color: #6D3DBA;
}
</style>
border-color css
<style>
span { border-color: #6D3DBA; }
span { border-color: rgb(109,61,186); }
td.TdClassName
{
border-color: #6D3DBA;
}
.TagClassName
{
border-color: #6D3DBA;
}
</style>