Shades of Purple Heart #6D1DB3
Tints of Purple Heart #6D1DB3
RGB
CMYK
RGB Variations
Color information
#6D1DB3 (or 0x6D1DB3) is known color: Purple Heart. HEX triplet: 6D, 1D and B3. RGB value is (109,29,179). Sum of RGB (Red+Green+Blue) = 109+29+179=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D1DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1DB3 is #92E24C. Grayscale: #454545. Windows color (decimal): -9626189 or 11738477. OLE color: 11738477.
HSL color Cylindrical-coordinate representation of color #6D1DB3: hue angle of 272º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1DB3 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 29 | 179 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.30 |
| HSL | 272º | 0.72% | 0.41% | - |
| HSV(B) | 272º | 0.84% | 0.7% | - |
| XYZ | 14.88 | 7.38 | 43.29 | - |
| YUV | 70.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 179 | 0.39 | 0.84 | 0 | 0.30 | 272 | 0.72 | 0.41 |
| Hex | 6D | 1D | B3 | 27 | 54 | 0 | 1E | 110 | 48 | 29 |
| Octal | 155 | 35 | 263 | 47 | 124 | 0 | 36 | 420 | 110 | 51 |
| Binary | 1101101 | 11101 | 10110011 | 100111 | 1010100 | 0 | 11110 | 100010000 | 1001000 | 101001 |
Color Harmonies of #6D1DB3
Complementary color
Monochromatic Colors of #6D1DB3
Black with #6D1DB3
Text Example
Text Example
White with #6D1DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1DB3; }
p { color: rgb(109,29,179); }
H1.HeaderClassName
{
color: #6D1DB3;
}
.AnyTagClassName
{
color: #6D1DB3;
}
</style>
background-color css
<style>
a { background-color: #6D1DB3; }
a { background-color: rgb(109,29,179); }
div.DivClassName
{
background-color: #6D1DB3;
}
.BgClassName
{
background-color: #6D1DB3;
}
</style>
border-color css
<style>
span { border-color: #6D1DB3; }
span { border-color: rgb(109,29,179); }
td.TdClassName
{
border-color: #6D1DB3;
}
.TagClassName
{
border-color: #6D1DB3;
}
</style>