Shades of Purple Heart #6E1DAE
Tints of Purple Heart #6E1DAE
RGB
CMYK
RGB Variations
Color information
#6E1DAE (or 0x6E1DAE) is known color: Purple Heart. HEX triplet: 6E, 1D and AE. RGB value is (110,29,174). Sum of RGB (Red+Green+Blue) = 110+29+174=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E1DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1DAE is #91E251. Grayscale: #454545. Windows color (decimal): -9560658 or 11410798. OLE color: 11410798.
HSL color Cylindrical-coordinate representation of color #6E1DAE: hue angle of 273.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E1DAE is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 29 | 174 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.32 |
| HSL | 273.52º | 0.71% | 0.4% | - |
| HSV(B) | 273.52º | 0.83% | 0.68% | - |
| XYZ | 14.51 | 7.25 | 40.68 | - |
| YUV | 69.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 174 | 0.37 | 0.83 | 0 | 0.32 | 273.52 | 0.71 | 0.4 |
| Hex | 6E | 1D | AE | 25 | 53 | 0 | 20 | 112 | 47 | 28 |
| Octal | 156 | 35 | 256 | 45 | 123 | 0 | 40 | 422 | 107 | 50 |
| Binary | 1101110 | 11101 | 10101110 | 100101 | 1010011 | 0 | 100000 | 100010010 | 1000111 | 101000 |
Color Harmonies of #6E1DAE
Complementary color
Monochromatic Colors of #6E1DAE
Black with #6E1DAE
Text Example
Text Example
White with #6E1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1DAE; }
p { color: rgb(110,29,174); }
H1.HeaderClassName
{
color: #6E1DAE;
}
.AnyTagClassName
{
color: #6E1DAE;
}
</style>
background-color css
<style>
a { background-color: #6E1DAE; }
a { background-color: rgb(110,29,174); }
div.DivClassName
{
background-color: #6E1DAE;
}
.BgClassName
{
background-color: #6E1DAE;
}
</style>
border-color css
<style>
span { border-color: #6E1DAE; }
span { border-color: rgb(110,29,174); }
td.TdClassName
{
border-color: #6E1DAE;
}
.TagClassName
{
border-color: #6E1DAE;
}
</style>