Shades of Purple Heart #6D3BDE
Tints of Purple Heart #6D3BDE
RGB
CMYK
RGB Variations
Color information
#6D3BDE (or 0x6D3BDE) is known color: Purple Heart. HEX triplet: 6D, 3B and DE. RGB value is (109,59,222). Sum of RGB (Red+Green+Blue) = 109+59+222=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D3BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3BDE is #92C421. Grayscale: #5B5B5B. Windows color (decimal): -9618466 or 14564205. OLE color: 14564205.
HSL color Cylindrical-coordinate representation of color #6D3BDE: hue angle of 258.4º degrees, saturation: 0.71, 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 #6D3BDE is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 59 | 222 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.13 |
| HSL | 258.4º | 0.71% | 0.55% | - |
| HSV(B) | 258.4º | 0.73% | 0.87% | - |
| XYZ | 21.06 | 11.65 | 70.25 | - |
| YUV | 92.53 | 201.07 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 222 | 0.51 | 0.73 | 0 | 0.13 | 258.4 | 0.71 | 0.55 |
| Hex | 6D | 3B | DE | 33 | 49 | 0 | D | 102 | 47 | 37 |
| Octal | 155 | 73 | 336 | 63 | 111 | 0 | 15 | 402 | 107 | 67 |
| Binary | 1101101 | 111011 | 11011110 | 110011 | 1001001 | 0 | 1101 | 100000010 | 1000111 | 110111 |
Color Harmonies of #6D3BDE
Complementary color
Monochromatic Colors of #6D3BDE
Black with #6D3BDE
Text Example
Text Example
White with #6D3BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BDE; }
p { color: rgb(109,59,222); }
H1.HeaderClassName
{
color: #6D3BDE;
}
.AnyTagClassName
{
color: #6D3BDE;
}
</style>
background-color css
<style>
a { background-color: #6D3BDE; }
a { background-color: rgb(109,59,222); }
div.DivClassName
{
background-color: #6D3BDE;
}
.BgClassName
{
background-color: #6D3BDE;
}
</style>
border-color css
<style>
span { border-color: #6D3BDE; }
span { border-color: rgb(109,59,222); }
td.TdClassName
{
border-color: #6D3BDE;
}
.TagClassName
{
border-color: #6D3BDE;
}
</style>