Shades of Purple Heart #6D1BBC
Tints of Purple Heart #6D1BBC
RGB
CMYK
RGB Variations
Color information
#6D1BBC (or 0x6D1BBC) is known color: Purple Heart. HEX triplet: 6D, 1B and BC. RGB value is (109,27,188). Sum of RGB (Red+Green+Blue) = 109+27+188=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D1BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1BBC is #92E443. Grayscale: #454545. Windows color (decimal): -9626692 or 12327789. OLE color: 12327789.
HSL color Cylindrical-coordinate representation of color #6D1BBC: hue angle of 270.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1BBC is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 27 | 188 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.26 |
| HSL | 270.56º | 0.75% | 0.42% | - |
| HSV(B) | 270.56º | 0.86% | 0.74% | - |
| XYZ | 15.78 | 7.67 | 48.23 | - |
| YUV | 69.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 188 | 0.42 | 0.86 | 0 | 0.26 | 270.56 | 0.75 | 0.42 |
| Hex | 6D | 1B | BC | 2A | 56 | 0 | 1A | 10F | 4B | 2A |
| Octal | 155 | 33 | 274 | 52 | 126 | 0 | 32 | 417 | 113 | 52 |
| Binary | 1101101 | 11011 | 10111100 | 101010 | 1010110 | 0 | 11010 | 100001111 | 1001011 | 101010 |
Color Harmonies of #6D1BBC
Complementary color
Monochromatic Colors of #6D1BBC
Black with #6D1BBC
Text Example
Text Example
White with #6D1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1BBC; }
p { color: rgb(109,27,188); }
H1.HeaderClassName
{
color: #6D1BBC;
}
.AnyTagClassName
{
color: #6D1BBC;
}
</style>
background-color css
<style>
a { background-color: #6D1BBC; }
a { background-color: rgb(109,27,188); }
div.DivClassName
{
background-color: #6D1BBC;
}
.BgClassName
{
background-color: #6D1BBC;
}
</style>
border-color css
<style>
span { border-color: #6D1BBC; }
span { border-color: rgb(109,27,188); }
td.TdClassName
{
border-color: #6D1BBC;
}
.TagClassName
{
border-color: #6D1BBC;
}
</style>