Shades of Purple Heart #6D3DBD
Tints of Purple Heart #6D3DBD
RGB
CMYK
RGB Variations
Color information
#6D3DBD (or 0x6D3DBD) is known color: Purple Heart. HEX triplet: 6D, 3D and BD. RGB value is (109,61,189). Sum of RGB (Red+Green+Blue) = 109+61+189=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D3DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DBD is #92C242. Grayscale: #595959. Windows color (decimal): -9617987 or 12402029. OLE color: 12402029.
HSL color Cylindrical-coordinate representation of color #6D3DBD: hue angle of 262.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3DBD is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 61 | 189 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.26 |
| HSL | 262.5º | 0.51% | 0.49% | - |
| HSV(B) | 262.5º | 0.68% | 0.74% | - |
| XYZ | 17.16 | 10.26 | 49.22 | - |
| YUV | 89.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 189 | 0.42 | 0.68 | 0 | 0.26 | 262.5 | 0.51 | 0.49 |
| Hex | 6D | 3D | BD | 2A | 44 | 0 | 1A | 106 | 33 | 31 |
| Octal | 155 | 75 | 275 | 52 | 104 | 0 | 32 | 406 | 63 | 61 |
| Binary | 1101101 | 111101 | 10111101 | 101010 | 1000100 | 0 | 11010 | 100000110 | 110011 | 110001 |
Color Harmonies of #6D3DBD
Complementary color
Monochromatic Colors of #6D3DBD
Black with #6D3DBD
Text Example
Text Example
White with #6D3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3DBD; }
p { color: rgb(109,61,189); }
H1.HeaderClassName
{
color: #6D3DBD;
}
.AnyTagClassName
{
color: #6D3DBD;
}
</style>
background-color css
<style>
a { background-color: #6D3DBD; }
a { background-color: rgb(109,61,189); }
div.DivClassName
{
background-color: #6D3DBD;
}
.BgClassName
{
background-color: #6D3DBD;
}
</style>
border-color css
<style>
span { border-color: #6D3DBD; }
span { border-color: rgb(109,61,189); }
td.TdClassName
{
border-color: #6D3DBD;
}
.TagClassName
{
border-color: #6D3DBD;
}
</style>