Shades of Purple Heart #6E41CB
Tints of Purple Heart #6E41CB
RGB
CMYK
RGB Variations
Color information
#6E41CB (or 0x6E41CB) is known color: Purple Heart. HEX triplet: 6E, 41 and CB. RGB value is (110,65,203). Sum of RGB (Red+Green+Blue) = 110+65+203=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E41CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41CB is #91BE34. Grayscale: #5D5D5D. Windows color (decimal): -9551413 or 13320558. OLE color: 13320558.
HSL color Cylindrical-coordinate representation of color #6E41CB: hue angle of 259.57º degrees, saturation: 0.57, 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 #6E41CB is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 65 | 203 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.20 |
| HSL | 259.57º | 0.57% | 0.53% | - |
| HSV(B) | 259.57º | 0.68% | 0.8% | - |
| XYZ | 19.1 | 11.41 | 57.7 | - |
| YUV | 94.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 203 | 0.46 | 0.68 | 0 | 0.20 | 259.57 | 0.57 | 0.53 |
| Hex | 6E | 41 | CB | 2E | 44 | 0 | 14 | 104 | 39 | 35 |
| Octal | 156 | 101 | 313 | 56 | 104 | 0 | 24 | 404 | 71 | 65 |
| Binary | 1101110 | 1000001 | 11001011 | 101110 | 1000100 | 0 | 10100 | 100000100 | 111001 | 110101 |
Color Harmonies of #6E41CB
Complementary color
Monochromatic Colors of #6E41CB
Black with #6E41CB
Text Example
Text Example
White with #6E41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E41CB; }
p { color: rgb(110,65,203); }
H1.HeaderClassName
{
color: #6E41CB;
}
.AnyTagClassName
{
color: #6E41CB;
}
</style>
background-color css
<style>
a { background-color: #6E41CB; }
a { background-color: rgb(110,65,203); }
div.DivClassName
{
background-color: #6E41CB;
}
.BgClassName
{
background-color: #6E41CB;
}
</style>
border-color css
<style>
span { border-color: #6E41CB; }
span { border-color: rgb(110,65,203); }
td.TdClassName
{
border-color: #6E41CB;
}
.TagClassName
{
border-color: #6E41CB;
}
</style>