Shades of Purple Heart #6E3CE0
Tints of Purple Heart #6E3CE0
RGB
CMYK
RGB Variations
Color information
#6E3CE0 (or 0x6E3CE0) is known color: Purple Heart. HEX triplet: 6E, 3C and E0. RGB value is (110,60,224). Sum of RGB (Red+Green+Blue) = 110+60+224=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E3CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CE0 is #91C31F. Grayscale: #5D5D5D. Windows color (decimal): -9552672 or 14695534. OLE color: 14695534.
HSL color Cylindrical-coordinate representation of color #6E3CE0: hue angle of 258.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E3CE0 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 60 | 224 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.12 |
| HSL | 258.29º | 0.73% | 0.56% | - |
| HSV(B) | 258.29º | 0.73% | 0.88% | - |
| XYZ | 21.5 | 11.93 | 71.69 | - |
| YUV | 93.65 | 201.57 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 224 | 0.51 | 0.73 | 0 | 0.12 | 258.29 | 0.73 | 0.56 |
| Hex | 6E | 3C | E0 | 33 | 49 | 0 | C | 102 | 49 | 38 |
| Octal | 156 | 74 | 340 | 63 | 111 | 0 | 14 | 402 | 111 | 70 |
| Binary | 1101110 | 111100 | 11100000 | 110011 | 1001001 | 0 | 1100 | 100000010 | 1001001 | 111000 |
Color Harmonies of #6E3CE0
Complementary color
Monochromatic Colors of #6E3CE0
Black with #6E3CE0
Text Example
Text Example
White with #6E3CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CE0; }
p { color: rgb(110,60,224); }
H1.HeaderClassName
{
color: #6E3CE0;
}
.AnyTagClassName
{
color: #6E3CE0;
}
</style>
background-color css
<style>
a { background-color: #6E3CE0; }
a { background-color: rgb(110,60,224); }
div.DivClassName
{
background-color: #6E3CE0;
}
.BgClassName
{
background-color: #6E3CE0;
}
</style>
border-color css
<style>
span { border-color: #6E3CE0; }
span { border-color: rgb(110,60,224); }
td.TdClassName
{
border-color: #6E3CE0;
}
.TagClassName
{
border-color: #6E3CE0;
}
</style>