Shades of Purple Heart #6D1DBA
Tints of Purple Heart #6D1DBA
RGB
CMYK
RGB Variations
Color information
#6D1DBA (or 0x6D1DBA) is known color: Purple Heart. HEX triplet: 6D, 1D and BA. RGB value is (109,29,186). Sum of RGB (Red+Green+Blue) = 109+29+186=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D1DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1DBA is #92E245. Grayscale: #464646. Windows color (decimal): -9626182 or 12197229. OLE color: 12197229.
HSL color Cylindrical-coordinate representation of color #6D1DBA: hue angle of 270.57º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1DBA is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 29 | 186 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.27 |
| HSL | 270.57º | 0.73% | 0.42% | - |
| HSV(B) | 270.57º | 0.84% | 0.73% | - |
| XYZ | 15.61 | 7.68 | 47.11 | - |
| YUV | 70.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 186 | 0.41 | 0.84 | 0 | 0.27 | 270.57 | 0.73 | 0.42 |
| Hex | 6D | 1D | BA | 29 | 54 | 0 | 1B | 10F | 49 | 2A |
| Octal | 155 | 35 | 272 | 51 | 124 | 0 | 33 | 417 | 111 | 52 |
| Binary | 1101101 | 11101 | 10111010 | 101001 | 1010100 | 0 | 11011 | 100001111 | 1001001 | 101010 |
Color Harmonies of #6D1DBA
Complementary color
Monochromatic Colors of #6D1DBA
Black with #6D1DBA
Text Example
Text Example
White with #6D1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1DBA; }
p { color: rgb(109,29,186); }
H1.HeaderClassName
{
color: #6D1DBA;
}
.AnyTagClassName
{
color: #6D1DBA;
}
</style>
background-color css
<style>
a { background-color: #6D1DBA; }
a { background-color: rgb(109,29,186); }
div.DivClassName
{
background-color: #6D1DBA;
}
.BgClassName
{
background-color: #6D1DBA;
}
</style>
border-color css
<style>
span { border-color: #6D1DBA; }
span { border-color: rgb(109,29,186); }
td.TdClassName
{
border-color: #6D1DBA;
}
.TagClassName
{
border-color: #6D1DBA;
}
</style>