Shades of Purple Heart #6D1ABD
Tints of Purple Heart #6D1ABD
RGB
CMYK
RGB Variations
Color information
#6D1ABD (or 0x6D1ABD) is known color: Purple Heart. HEX triplet: 6D, 1A and BD. RGB value is (109,26,189). Sum of RGB (Red+Green+Blue) = 109+26+189=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D1ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1ABD is #92E542. Grayscale: #444444. Windows color (decimal): -9626947 or 12393069. OLE color: 12393069.
HSL color Cylindrical-coordinate representation of color #6D1ABD: hue angle of 270.55º degrees, saturation: 0.76, 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 #6D1ABD is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 26 | 189 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.26 |
| HSL | 270.55º | 0.76% | 0.42% | - |
| HSV(B) | 270.55º | 0.86% | 0.74% | - |
| XYZ | 15.86 | 7.66 | 48.79 | - |
| YUV | 69.4 | 195.5 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 189 | 0.42 | 0.86 | 0 | 0.26 | 270.55 | 0.76 | 0.42 |
| Hex | 6D | 1A | BD | 2A | 56 | 0 | 1A | 10F | 4C | 2A |
| Octal | 155 | 32 | 275 | 52 | 126 | 0 | 32 | 417 | 114 | 52 |
| Binary | 1101101 | 11010 | 10111101 | 101010 | 1010110 | 0 | 11010 | 100001111 | 1001100 | 101010 |
Color Harmonies of #6D1ABD
Complementary color
Monochromatic Colors of #6D1ABD
Black with #6D1ABD
Text Example
Text Example
White with #6D1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1ABD; }
p { color: rgb(109,26,189); }
H1.HeaderClassName
{
color: #6D1ABD;
}
.AnyTagClassName
{
color: #6D1ABD;
}
</style>
background-color css
<style>
a { background-color: #6D1ABD; }
a { background-color: rgb(109,26,189); }
div.DivClassName
{
background-color: #6D1ABD;
}
.BgClassName
{
background-color: #6D1ABD;
}
</style>
border-color css
<style>
span { border-color: #6D1ABD; }
span { border-color: rgb(109,26,189); }
td.TdClassName
{
border-color: #6D1ABD;
}
.TagClassName
{
border-color: #6D1ABD;
}
</style>