Shades of Purple Heart #6E3DDF
Tints of Purple Heart #6E3DDF
RGB
CMYK
RGB Variations
Color information
#6E3DDF (or 0x6E3DDF) is known color: Purple Heart. HEX triplet: 6E, 3D and DF. RGB value is (110,61,223). Sum of RGB (Red+Green+Blue) = 110+61+223=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E3DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DDF is #91C220. Grayscale: #5D5D5D. Windows color (decimal): -9552417 or 14630254. OLE color: 14630254.
HSL color Cylindrical-coordinate representation of color #6E3DDF: hue angle of 258.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E3DDF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 61 | 223 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.13 |
| HSL | 258.15º | 0.72% | 0.56% | - |
| HSV(B) | 258.15º | 0.73% | 0.87% | - |
| XYZ | 21.42 | 11.98 | 71 | - |
| YUV | 94.12 | 200.73 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 223 | 0.51 | 0.73 | 0 | 0.13 | 258.15 | 0.72 | 0.56 |
| Hex | 6E | 3D | DF | 33 | 49 | 0 | D | 102 | 48 | 38 |
| Octal | 156 | 75 | 337 | 63 | 111 | 0 | 15 | 402 | 110 | 70 |
| Binary | 1101110 | 111101 | 11011111 | 110011 | 1001001 | 0 | 1101 | 100000010 | 1001000 | 111000 |
Color Harmonies of #6E3DDF
Complementary color
Monochromatic Colors of #6E3DDF
Black with #6E3DDF
Text Example
Text Example
White with #6E3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3DDF; }
p { color: rgb(110,61,223); }
H1.HeaderClassName
{
color: #6E3DDF;
}
.AnyTagClassName
{
color: #6E3DDF;
}
</style>
background-color css
<style>
a { background-color: #6E3DDF; }
a { background-color: rgb(110,61,223); }
div.DivClassName
{
background-color: #6E3DDF;
}
.BgClassName
{
background-color: #6E3DDF;
}
</style>
border-color css
<style>
span { border-color: #6E3DDF; }
span { border-color: rgb(110,61,223); }
td.TdClassName
{
border-color: #6E3DDF;
}
.TagClassName
{
border-color: #6E3DDF;
}
</style>