Shades of Purple Heart #6E41C4
Tints of Purple Heart #6E41C4
RGB
CMYK
RGB Variations
Color information
#6E41C4 (or 0x6E41C4) is known color: Purple Heart. HEX triplet: 6E, 41 and C4. RGB value is (110,65,196). Sum of RGB (Red+Green+Blue) = 110+65+196=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #6E41C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41C4 is #91BE3B. Grayscale: #5C5C5C. Windows color (decimal): -9551420 or 12861806. OLE color: 12861806.
HSL color Cylindrical-coordinate representation of color #6E41C4: hue angle of 260.61º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E41C4 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 65 | 196 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.23 |
| HSL | 260.61º | 0.53% | 0.51% | - |
| HSV(B) | 260.61º | 0.67% | 0.77% | - |
| XYZ | 18.28 | 11.08 | 53.4 | - |
| YUV | 93.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 196 | 0.44 | 0.67 | 0 | 0.23 | 260.61 | 0.53 | 0.51 |
| Hex | 6E | 41 | C4 | 2C | 43 | 0 | 17 | 105 | 35 | 33 |
| Octal | 156 | 101 | 304 | 54 | 103 | 0 | 27 | 405 | 65 | 63 |
| Binary | 1101110 | 1000001 | 11000100 | 101100 | 1000011 | 0 | 10111 | 100000101 | 110101 | 110011 |
Color Harmonies of #6E41C4
Complementary color
Monochromatic Colors of #6E41C4
Black with #6E41C4
Text Example
Text Example
White with #6E41C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E41C4; }
p { color: rgb(110,65,196); }
H1.HeaderClassName
{
color: #6E41C4;
}
.AnyTagClassName
{
color: #6E41C4;
}
</style>
background-color css
<style>
a { background-color: #6E41C4; }
a { background-color: rgb(110,65,196); }
div.DivClassName
{
background-color: #6E41C4;
}
.BgClassName
{
background-color: #6E41C4;
}
</style>
border-color css
<style>
span { border-color: #6E41C4; }
span { border-color: rgb(110,65,196); }
td.TdClassName
{
border-color: #6E41C4;
}
.TagClassName
{
border-color: #6E41C4;
}
</style>