Shades of Purple Heart #6E39DD
Tints of Purple Heart #6E39DD
RGB
CMYK
RGB Variations
Color information
#6E39DD (or 0x6E39DD) is known color: Purple Heart. HEX triplet: 6E, 39 and DD. RGB value is (110,57,221). Sum of RGB (Red+Green+Blue) = 110+57+221=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E39DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E39DD is #91C622. Grayscale: #5A5A5A. Windows color (decimal): -9553443 or 14498158. OLE color: 14498158.
HSL color Cylindrical-coordinate representation of color #6E39DD: hue angle of 259.39º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E39DD is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 57 | 221 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.13 |
| HSL | 259.39º | 0.71% | 0.55% | - |
| HSV(B) | 259.39º | 0.74% | 0.87% | - |
| XYZ | 20.94 | 11.46 | 69.52 | - |
| YUV | 91.54 | 201.06 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 221 | 0.50 | 0.74 | 0 | 0.13 | 259.39 | 0.71 | 0.55 |
| Hex | 6E | 39 | DD | 32 | 4A | 0 | D | 103 | 47 | 37 |
| Octal | 156 | 71 | 335 | 62 | 112 | 0 | 15 | 403 | 107 | 67 |
| Binary | 1101110 | 111001 | 11011101 | 110010 | 1001010 | 0 | 1101 | 100000011 | 1000111 | 110111 |
Color Harmonies of #6E39DD
Complementary color
Monochromatic Colors of #6E39DD
Black with #6E39DD
Text Example
Text Example
White with #6E39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E39DD; }
p { color: rgb(110,57,221); }
H1.HeaderClassName
{
color: #6E39DD;
}
.AnyTagClassName
{
color: #6E39DD;
}
</style>
background-color css
<style>
a { background-color: #6E39DD; }
a { background-color: rgb(110,57,221); }
div.DivClassName
{
background-color: #6E39DD;
}
.BgClassName
{
background-color: #6E39DD;
}
</style>
border-color css
<style>
span { border-color: #6E39DD; }
span { border-color: rgb(110,57,221); }
td.TdClassName
{
border-color: #6E39DD;
}
.TagClassName
{
border-color: #6E39DD;
}
</style>