Shades of Purple Heart #6D1DAB
Tints of Purple Heart #6D1DAB
RGB
CMYK
RGB Variations
Color information
#6D1DAB (or 0x6D1DAB) is known color: Purple Heart. HEX triplet: 6D, 1D and AB. RGB value is (109,29,171). Sum of RGB (Red+Green+Blue) = 109+29+171=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D1DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1DAB is #92E254. Grayscale: #444444. Windows color (decimal): -9626197 or 11214189. OLE color: 11214189.
HSL color Cylindrical-coordinate representation of color #6D1DAB: hue angle of 273.8º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1DAB is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 29 | 171 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.33 |
| HSL | 273.8º | 0.71% | 0.39% | - |
| HSV(B) | 273.8º | 0.83% | 0.67% | - |
| XYZ | 14.1 | 7.07 | 39.15 | - |
| YUV | 69.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 171 | 0.36 | 0.83 | 0 | 0.33 | 273.8 | 0.71 | 0.39 |
| Hex | 6D | 1D | AB | 24 | 53 | 0 | 21 | 112 | 47 | 27 |
| Octal | 155 | 35 | 253 | 44 | 123 | 0 | 41 | 422 | 107 | 47 |
| Binary | 1101101 | 11101 | 10101011 | 100100 | 1010011 | 0 | 100001 | 100010010 | 1000111 | 100111 |
Color Harmonies of #6D1DAB
Complementary color
Monochromatic Colors of #6D1DAB
Black with #6D1DAB
Text Example
Text Example
White with #6D1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1DAB; }
p { color: rgb(109,29,171); }
H1.HeaderClassName
{
color: #6D1DAB;
}
.AnyTagClassName
{
color: #6D1DAB;
}
</style>
background-color css
<style>
a { background-color: #6D1DAB; }
a { background-color: rgb(109,29,171); }
div.DivClassName
{
background-color: #6D1DAB;
}
.BgClassName
{
background-color: #6D1DAB;
}
</style>
border-color css
<style>
span { border-color: #6D1DAB; }
span { border-color: rgb(109,29,171); }
td.TdClassName
{
border-color: #6D1DAB;
}
.TagClassName
{
border-color: #6D1DAB;
}
</style>