Shades of Purple Heart #6D3BDD
Tints of Purple Heart #6D3BDD
RGB
CMYK
RGB Variations
Color information
#6D3BDD (or 0x6D3BDD) is known color: Purple Heart. HEX triplet: 6D, 3B and DD. RGB value is (109,59,221). Sum of RGB (Red+Green+Blue) = 109+59+221=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D3BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3BDD is #92C422. Grayscale: #5B5B5B. Windows color (decimal): -9618467 or 14498669. OLE color: 14498669.
HSL color Cylindrical-coordinate representation of color #6D3BDD: hue angle of 258.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D3BDD is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 59 | 221 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.13 |
| HSL | 258.52º | 0.7% | 0.55% | - |
| HSV(B) | 258.52º | 0.73% | 0.87% | - |
| XYZ | 20.92 | 11.6 | 69.54 | - |
| YUV | 92.42 | 200.57 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 221 | 0.51 | 0.73 | 0 | 0.13 | 258.52 | 0.7 | 0.55 |
| Hex | 6D | 3B | DD | 33 | 49 | 0 | D | 103 | 46 | 37 |
| Octal | 155 | 73 | 335 | 63 | 111 | 0 | 15 | 403 | 106 | 67 |
| Binary | 1101101 | 111011 | 11011101 | 110011 | 1001001 | 0 | 1101 | 100000011 | 1000110 | 110111 |
Color Harmonies of #6D3BDD
Complementary color
Monochromatic Colors of #6D3BDD
Black with #6D3BDD
Text Example
Text Example
White with #6D3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BDD; }
p { color: rgb(109,59,221); }
H1.HeaderClassName
{
color: #6D3BDD;
}
.AnyTagClassName
{
color: #6D3BDD;
}
</style>
background-color css
<style>
a { background-color: #6D3BDD; }
a { background-color: rgb(109,59,221); }
div.DivClassName
{
background-color: #6D3BDD;
}
.BgClassName
{
background-color: #6D3BDD;
}
</style>
border-color css
<style>
span { border-color: #6D3BDD; }
span { border-color: rgb(109,59,221); }
td.TdClassName
{
border-color: #6D3BDD;
}
.TagClassName
{
border-color: #6D3BDD;
}
</style>