Shades of Purple Heart #6E41CD
Tints of Purple Heart #6E41CD
RGB
CMYK
RGB Variations
Color information
#6E41CD (or 0x6E41CD) is known color: Purple Heart. HEX triplet: 6E, 41 and CD. RGB value is (110,65,205). Sum of RGB (Red+Green+Blue) = 110+65+205=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E41CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41CD is #91BE32. Grayscale: #5D5D5D. Windows color (decimal): -9551411 or 13451630. OLE color: 13451630.
HSL color Cylindrical-coordinate representation of color #6E41CD: hue angle of 259.29º 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 #6E41CD is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 65 | 205 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.20 |
| HSL | 259.29º | 0.58% | 0.53% | - |
| HSV(B) | 259.29º | 0.68% | 0.8% | - |
| XYZ | 19.34 | 11.5 | 58.96 | - |
| YUV | 94.42 | 190.41 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 205 | 0.46 | 0.68 | 0 | 0.20 | 259.29 | 0.58 | 0.53 |
| Hex | 6E | 41 | CD | 2E | 44 | 0 | 14 | 103 | 3A | 35 |
| Octal | 156 | 101 | 315 | 56 | 104 | 0 | 24 | 403 | 72 | 65 |
| Binary | 1101110 | 1000001 | 11001101 | 101110 | 1000100 | 0 | 10100 | 100000011 | 111010 | 110101 |
Color Harmonies of #6E41CD
Complementary color
Monochromatic Colors of #6E41CD
Black with #6E41CD
Text Example
Text Example
White with #6E41CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E41CD; }
p { color: rgb(110,65,205); }
H1.HeaderClassName
{
color: #6E41CD;
}
.AnyTagClassName
{
color: #6E41CD;
}
</style>
background-color css
<style>
a { background-color: #6E41CD; }
a { background-color: rgb(110,65,205); }
div.DivClassName
{
background-color: #6E41CD;
}
.BgClassName
{
background-color: #6E41CD;
}
</style>
border-color css
<style>
span { border-color: #6E41CD; }
span { border-color: rgb(110,65,205); }
td.TdClassName
{
border-color: #6E41CD;
}
.TagClassName
{
border-color: #6E41CD;
}
</style>