Shades of Purple Heart #6D31DA
Tints of Purple Heart #6D31DA
RGB
CMYK
RGB Variations
Color information
#6D31DA (or 0x6D31DA) is known color: Purple Heart. HEX triplet: 6D, 31 and DA. RGB value is (109,49,218). Sum of RGB (Red+Green+Blue) = 109+49+218=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D31DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D31DA is #92CE25. Grayscale: #555555. Windows color (decimal): -9621030 or 14299501. OLE color: 14299501.
HSL color Cylindrical-coordinate representation of color #6D31DA: hue angle of 261.3º 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 #6D31DA is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 49 | 218 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.15 |
| HSL | 261.3º | 0.7% | 0.52% | - |
| HSV(B) | 261.3º | 0.78% | 0.85% | - |
| XYZ | 20.06 | 10.51 | 67.3 | - |
| YUV | 86.21 | 202.38 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 218 | 0.5 | 0.78 | 0 | 0.15 | 261.3 | 0.7 | 0.52 |
| Hex | 6D | 31 | DA | 32 | 4E | 0 | F | 105 | 46 | 34 |
| Octal | 155 | 61 | 332 | 62 | 116 | 0 | 17 | 405 | 106 | 64 |
| Binary | 1101101 | 110001 | 11011010 | 110010 | 1001110 | 0 | 1111 | 100000101 | 1000110 | 110100 |
Color Harmonies of #6D31DA
Complementary color
Monochromatic Colors of #6D31DA
Black with #6D31DA
Text Example
Text Example
White with #6D31DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D31DA; }
p { color: rgb(109,49,218); }
H1.HeaderClassName
{
color: #6D31DA;
}
.AnyTagClassName
{
color: #6D31DA;
}
</style>
background-color css
<style>
a { background-color: #6D31DA; }
a { background-color: rgb(109,49,218); }
div.DivClassName
{
background-color: #6D31DA;
}
.BgClassName
{
background-color: #6D31DA;
}
</style>
border-color css
<style>
span { border-color: #6D31DA; }
span { border-color: rgb(109,49,218); }
td.TdClassName
{
border-color: #6D31DA;
}
.TagClassName
{
border-color: #6D31DA;
}
</style>