Shades of Purple Heart #6E41CC
Tints of Purple Heart #6E41CC
RGB
CMYK
RGB Variations
Color information
#6E41CC (or 0x6E41CC) is known color: Purple Heart. HEX triplet: 6E, 41 and CC. RGB value is (110,65,204). Sum of RGB (Red+Green+Blue) = 110+65+204=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E41CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41CC is #91BE33. Grayscale: #5D5D5D. Windows color (decimal): -9551412 or 13386094. OLE color: 13386094.
HSL color Cylindrical-coordinate representation of color #6E41CC: hue angle of 259.42º 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 #6E41CC is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 65 | 204 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.2 |
| HSL | 259.42º | 0.58% | 0.53% | - |
| HSV(B) | 259.42º | 0.68% | 0.8% | - |
| XYZ | 19.22 | 11.46 | 58.32 | - |
| YUV | 94.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 204 | 0.46 | 0.68 | 0 | 0.2 | 259.42 | 0.58 | 0.53 |
| Hex | 6E | 41 | CC | 2E | 44 | 0 | 14 | 103 | 3A | 35 |
| Octal | 156 | 101 | 314 | 56 | 104 | 0 | 24 | 403 | 72 | 65 |
| Binary | 1101110 | 1000001 | 11001100 | 101110 | 1000100 | 0 | 10100 | 100000011 | 111010 | 110101 |
Color Harmonies of #6E41CC
Complementary color
Monochromatic Colors of #6E41CC
Black with #6E41CC
Text Example
Text Example
White with #6E41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E41CC; }
p { color: rgb(110,65,204); }
H1.HeaderClassName
{
color: #6E41CC;
}
.AnyTagClassName
{
color: #6E41CC;
}
</style>
background-color css
<style>
a { background-color: #6E41CC; }
a { background-color: rgb(110,65,204); }
div.DivClassName
{
background-color: #6E41CC;
}
.BgClassName
{
background-color: #6E41CC;
}
</style>
border-color css
<style>
span { border-color: #6E41CC; }
span { border-color: rgb(110,65,204); }
td.TdClassName
{
border-color: #6E41CC;
}
.TagClassName
{
border-color: #6E41CC;
}
</style>