Shades of Purple Heart #6D43BC
Tints of Purple Heart #6D43BC
RGB
CMYK
RGB Variations
Color information
#6D43BC (or 0x6D43BC) is known color: Purple Heart. HEX triplet: 6D, 43 and BC. RGB value is (109,67,188). Sum of RGB (Red+Green+Blue) = 109+67+188=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D43BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D43BC is #92BC43. Grayscale: #5C5C5C. Windows color (decimal): -9616452 or 12338029. OLE color: 12338029.
HSL color Cylindrical-coordinate representation of color #6D43BC: hue angle of 260.83º degrees, saturation: 0.47, 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 #6D43BC is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 67 | 188 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.26 |
| HSL | 260.83º | 0.47% | 0.5% | - |
| HSV(B) | 260.83º | 0.64% | 0.74% | - |
| XYZ | 17.39 | 10.9 | 48.76 | - |
| YUV | 93.35 | 181.41 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 188 | 0.42 | 0.64 | 0 | 0.26 | 260.83 | 0.47 | 0.5 |
| Hex | 6D | 43 | BC | 2A | 40 | 0 | 1A | 105 | 2F | 32 |
| Octal | 155 | 103 | 274 | 52 | 100 | 0 | 32 | 405 | 57 | 62 |
| Binary | 1101101 | 1000011 | 10111100 | 101010 | 1000000 | 0 | 11010 | 100000101 | 101111 | 110010 |
Color Harmonies of #6D43BC
Complementary color
Monochromatic Colors of #6D43BC
Black with #6D43BC
Text Example
Text Example
White with #6D43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D43BC; }
p { color: rgb(109,67,188); }
H1.HeaderClassName
{
color: #6D43BC;
}
.AnyTagClassName
{
color: #6D43BC;
}
</style>
background-color css
<style>
a { background-color: #6D43BC; }
a { background-color: rgb(109,67,188); }
div.DivClassName
{
background-color: #6D43BC;
}
.BgClassName
{
background-color: #6D43BC;
}
</style>
border-color css
<style>
span { border-color: #6D43BC; }
span { border-color: rgb(109,67,188); }
td.TdClassName
{
border-color: #6D43BC;
}
.TagClassName
{
border-color: #6D43BC;
}
</style>