Shades of Purple Heart #6E31DA
Tints of Purple Heart #6E31DA
RGB
CMYK
RGB Variations
Color information
#6E31DA (or 0x6E31DA) is known color: Purple Heart. HEX triplet: 6E, 31 and DA. RGB value is (110,49,218). Sum of RGB (Red+Green+Blue) = 110+49+218=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E31DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E31DA is #91CE25. Grayscale: #555555. Windows color (decimal): -9555494 or 14299502. OLE color: 14299502.
HSL color Cylindrical-coordinate representation of color #6E31DA: hue angle of 261.66º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E31DA is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 49 | 218 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.15 |
| HSL | 261.66º | 0.7% | 0.52% | - |
| HSV(B) | 261.66º | 0.78% | 0.85% | - |
| XYZ | 20.18 | 10.57 | 67.31 | - |
| YUV | 86.51 | 202.21 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 218 | 0.50 | 0.78 | 0 | 0.15 | 261.66 | 0.7 | 0.52 |
| Hex | 6E | 31 | DA | 32 | 4E | 0 | F | 106 | 46 | 34 |
| Octal | 156 | 61 | 332 | 62 | 116 | 0 | 17 | 406 | 106 | 64 |
| Binary | 1101110 | 110001 | 11011010 | 110010 | 1001110 | 0 | 1111 | 100000110 | 1000110 | 110100 |
Color Harmonies of #6E31DA
Complementary color
Monochromatic Colors of #6E31DA
Black with #6E31DA
Text Example
Text Example
White with #6E31DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E31DA; }
p { color: rgb(110,49,218); }
H1.HeaderClassName
{
color: #6E31DA;
}
.AnyTagClassName
{
color: #6E31DA;
}
</style>
background-color css
<style>
a { background-color: #6E31DA; }
a { background-color: rgb(110,49,218); }
div.DivClassName
{
background-color: #6E31DA;
}
.BgClassName
{
background-color: #6E31DA;
}
</style>
border-color css
<style>
span { border-color: #6E31DA; }
span { border-color: rgb(110,49,218); }
td.TdClassName
{
border-color: #6E31DA;
}
.TagClassName
{
border-color: #6E31DA;
}
</style>