Shades of Purple Heart #6E1DB2
Tints of Purple Heart #6E1DB2
RGB
CMYK
RGB Variations
Color information
#6E1DB2 (or 0x6E1DB2) is known color: Purple Heart. HEX triplet: 6E, 1D and B2. RGB value is (110,29,178). Sum of RGB (Red+Green+Blue) = 110+29+178=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E1DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1DB2 is #91E24D. Grayscale: #454545. Windows color (decimal): -9560654 or 11672942. OLE color: 11672942.
HSL color Cylindrical-coordinate representation of color #6E1DB2: hue angle of 272.62º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1DB2 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 29 | 178 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.30 |
| HSL | 272.62º | 0.72% | 0.41% | - |
| HSV(B) | 272.62º | 0.84% | 0.7% | - |
| XYZ | 14.91 | 7.41 | 42.76 | - |
| YUV | 70.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 178 | 0.38 | 0.84 | 0 | 0.30 | 272.62 | 0.72 | 0.41 |
| Hex | 6E | 1D | B2 | 26 | 54 | 0 | 1E | 111 | 48 | 29 |
| Octal | 156 | 35 | 262 | 46 | 124 | 0 | 36 | 421 | 110 | 51 |
| Binary | 1101110 | 11101 | 10110010 | 100110 | 1010100 | 0 | 11110 | 100010001 | 1001000 | 101001 |
Color Harmonies of #6E1DB2
Complementary color
Monochromatic Colors of #6E1DB2
Black with #6E1DB2
Text Example
Text Example
White with #6E1DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1DB2; }
p { color: rgb(110,29,178); }
H1.HeaderClassName
{
color: #6E1DB2;
}
.AnyTagClassName
{
color: #6E1DB2;
}
</style>
background-color css
<style>
a { background-color: #6E1DB2; }
a { background-color: rgb(110,29,178); }
div.DivClassName
{
background-color: #6E1DB2;
}
.BgClassName
{
background-color: #6E1DB2;
}
</style>
border-color css
<style>
span { border-color: #6E1DB2; }
span { border-color: rgb(110,29,178); }
td.TdClassName
{
border-color: #6E1DB2;
}
.TagClassName
{
border-color: #6E1DB2;
}
</style>