Shades of Purple Heart #6E1BDB
Tints of Purple Heart #6E1BDB
RGB
CMYK
RGB Variations
Color information
#6E1BDB (or 0x6E1BDB) is known color: Purple Heart. HEX triplet: 6E, 1B and DB. RGB value is (110,27,219). Sum of RGB (Red+Green+Blue) = 110+27+219=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E1BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1BDB is #91E424. Grayscale: #494949. Windows color (decimal): -9561125 or 14359406. OLE color: 14359406.
HSL color Cylindrical-coordinate representation of color #6E1BDB: hue angle of 265.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1BDB is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 27 | 219 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.14 |
| HSL | 265.94º | 0.78% | 0.48% | - |
| HSV(B) | 265.94º | 0.88% | 0.86% | - |
| XYZ | 19.61 | 9.21 | 67.76 | - |
| YUV | 73.71 | 210 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 219 | 0.50 | 0.88 | 0 | 0.14 | 265.94 | 0.78 | 0.48 |
| Hex | 6E | 1B | DB | 32 | 58 | 0 | E | 10A | 4E | 30 |
| Octal | 156 | 33 | 333 | 62 | 130 | 0 | 16 | 412 | 116 | 60 |
| Binary | 1101110 | 11011 | 11011011 | 110010 | 1011000 | 0 | 1110 | 100001010 | 1001110 | 110000 |
Color Harmonies of #6E1BDB
Complementary color
Monochromatic Colors of #6E1BDB
Black with #6E1BDB
Text Example
Text Example
White with #6E1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1BDB; }
p { color: rgb(110,27,219); }
H1.HeaderClassName
{
color: #6E1BDB;
}
.AnyTagClassName
{
color: #6E1BDB;
}
</style>
background-color css
<style>
a { background-color: #6E1BDB; }
a { background-color: rgb(110,27,219); }
div.DivClassName
{
background-color: #6E1BDB;
}
.BgClassName
{
background-color: #6E1BDB;
}
</style>
border-color css
<style>
span { border-color: #6E1BDB; }
span { border-color: rgb(110,27,219); }
td.TdClassName
{
border-color: #6E1BDB;
}
.TagClassName
{
border-color: #6E1BDB;
}
</style>