Shades of Purple Heart #6D44BD
Tints of Purple Heart #6D44BD
RGB
CMYK
RGB Variations
Color information
#6D44BD (or 0x6D44BD) is known color: Purple Heart. HEX triplet: 6D, 44 and BD. RGB value is (109,68,189). Sum of RGB (Red+Green+Blue) = 109+68+189=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D44BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D44BD is #92BB42. Grayscale: #5D5D5D. Windows color (decimal): -9616195 or 12403821. OLE color: 12403821.
HSL color Cylindrical-coordinate representation of color #6D44BD: hue angle of 260.33º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D44BD is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 68 | 189 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.26 |
| HSL | 260.33º | 0.48% | 0.5% | - |
| HSV(B) | 260.33º | 0.64% | 0.74% | - |
| XYZ | 17.56 | 11.06 | 49.35 | - |
| YUV | 94.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 189 | 0.42 | 0.64 | 0 | 0.26 | 260.33 | 0.48 | 0.5 |
| Hex | 6D | 44 | BD | 2A | 40 | 0 | 1A | 104 | 30 | 32 |
| Octal | 155 | 104 | 275 | 52 | 100 | 0 | 32 | 404 | 60 | 62 |
| Binary | 1101101 | 1000100 | 10111101 | 101010 | 1000000 | 0 | 11010 | 100000100 | 110000 | 110010 |
Color Harmonies of #6D44BD
Complementary color
Monochromatic Colors of #6D44BD
Black with #6D44BD
Text Example
Text Example
White with #6D44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D44BD; }
p { color: rgb(109,68,189); }
H1.HeaderClassName
{
color: #6D44BD;
}
.AnyTagClassName
{
color: #6D44BD;
}
</style>
background-color css
<style>
a { background-color: #6D44BD; }
a { background-color: rgb(109,68,189); }
div.DivClassName
{
background-color: #6D44BD;
}
.BgClassName
{
background-color: #6D44BD;
}
</style>
border-color css
<style>
span { border-color: #6D44BD; }
span { border-color: rgb(109,68,189); }
td.TdClassName
{
border-color: #6D44BD;
}
.TagClassName
{
border-color: #6D44BD;
}
</style>