Shades of Purple Heart #6E42CD
Tints of Purple Heart #6E42CD
RGB
CMYK
RGB Variations
Color information
#6E42CD (or 0x6E42CD) is known color: Purple Heart. HEX triplet: 6E, 42 and CD. RGB value is (110,66,205). Sum of RGB (Red+Green+Blue) = 110+66+205=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E42CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E42CD is #91BD32. Grayscale: #5E5E5E. Windows color (decimal): -9551155 or 13451886. OLE color: 13451886.
HSL color Cylindrical-coordinate representation of color #6E42CD: hue angle of 258.99º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E42CD is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 66 | 205 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.20 |
| HSL | 258.99º | 0.58% | 0.53% | - |
| HSV(B) | 258.99º | 0.68% | 0.8% | - |
| XYZ | 19.4 | 11.62 | 58.98 | - |
| YUV | 95 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 205 | 0.46 | 0.68 | 0 | 0.20 | 258.99 | 0.58 | 0.53 |
| Hex | 6E | 42 | CD | 2E | 44 | 0 | 14 | 103 | 3A | 35 |
| Octal | 156 | 102 | 315 | 56 | 104 | 0 | 24 | 403 | 72 | 65 |
| Binary | 1101110 | 1000010 | 11001101 | 101110 | 1000100 | 0 | 10100 | 100000011 | 111010 | 110101 |
Color Harmonies of #6E42CD
Complementary color
Monochromatic Colors of #6E42CD
Black with #6E42CD
Text Example
Text Example
White with #6E42CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E42CD; }
p { color: rgb(110,66,205); }
H1.HeaderClassName
{
color: #6E42CD;
}
.AnyTagClassName
{
color: #6E42CD;
}
</style>
background-color css
<style>
a { background-color: #6E42CD; }
a { background-color: rgb(110,66,205); }
div.DivClassName
{
background-color: #6E42CD;
}
.BgClassName
{
background-color: #6E42CD;
}
</style>
border-color css
<style>
span { border-color: #6E42CD; }
span { border-color: rgb(110,66,205); }
td.TdClassName
{
border-color: #6E42CD;
}
.TagClassName
{
border-color: #6E42CD;
}
</style>