Shades of Purple Heart #6E1DBB
Tints of Purple Heart #6E1DBB
RGB
CMYK
RGB Variations
Color information
#6E1DBB (or 0x6E1DBB) is known color: Purple Heart. HEX triplet: 6E, 1D and BB. RGB value is (110,29,187). Sum of RGB (Red+Green+Blue) = 110+29+187=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E1DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1DBB is #91E244. Grayscale: #464646. Windows color (decimal): -9560645 or 12262766. OLE color: 12262766.
HSL color Cylindrical-coordinate representation of color #6E1DBB: hue angle of 270.76º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1DBB is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 29 | 187 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.27 |
| HSL | 270.76º | 0.73% | 0.42% | - |
| HSV(B) | 270.76º | 0.84% | 0.73% | - |
| XYZ | 15.84 | 7.78 | 47.68 | - |
| YUV | 71.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 187 | 0.41 | 0.84 | 0 | 0.27 | 270.76 | 0.73 | 0.42 |
| Hex | 6E | 1D | BB | 29 | 54 | 0 | 1B | 10F | 49 | 2A |
| Octal | 156 | 35 | 273 | 51 | 124 | 0 | 33 | 417 | 111 | 52 |
| Binary | 1101110 | 11101 | 10111011 | 101001 | 1010100 | 0 | 11011 | 100001111 | 1001001 | 101010 |
Color Harmonies of #6E1DBB
Complementary color
Monochromatic Colors of #6E1DBB
Black with #6E1DBB
Text Example
Text Example
White with #6E1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1DBB; }
p { color: rgb(110,29,187); }
H1.HeaderClassName
{
color: #6E1DBB;
}
.AnyTagClassName
{
color: #6E1DBB;
}
</style>
background-color css
<style>
a { background-color: #6E1DBB; }
a { background-color: rgb(110,29,187); }
div.DivClassName
{
background-color: #6E1DBB;
}
.BgClassName
{
background-color: #6E1DBB;
}
</style>
border-color css
<style>
span { border-color: #6E1DBB; }
span { border-color: rgb(110,29,187); }
td.TdClassName
{
border-color: #6E1DBB;
}
.TagClassName
{
border-color: #6E1DBB;
}
</style>