Shades of Purple Heart #6E43CB
Tints of Purple Heart #6E43CB
RGB
CMYK
RGB Variations
Color information
#6E43CB (or 0x6E43CB) is known color: Purple Heart. HEX triplet: 6E, 43 and CB. RGB value is (110,67,203). Sum of RGB (Red+Green+Blue) = 110+67+203=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E43CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E43CB is #91BC34. Grayscale: #5E5E5E. Windows color (decimal): -9550901 or 13321070. OLE color: 13321070.
HSL color Cylindrical-coordinate representation of color #6E43CB: hue angle of 258.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E43CB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 67 | 203 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.20 |
| HSL | 258.97º | 0.57% | 0.53% | - |
| HSV(B) | 258.97º | 0.67% | 0.8% | - |
| XYZ | 19.22 | 11.64 | 57.73 | - |
| YUV | 95.36 | 188.75 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 203 | 0.46 | 0.67 | 0 | 0.20 | 258.97 | 0.57 | 0.53 |
| Hex | 6E | 43 | CB | 2E | 43 | 0 | 14 | 103 | 39 | 35 |
| Octal | 156 | 103 | 313 | 56 | 103 | 0 | 24 | 403 | 71 | 65 |
| Binary | 1101110 | 1000011 | 11001011 | 101110 | 1000011 | 0 | 10100 | 100000011 | 111001 | 110101 |
Color Harmonies of #6E43CB
Complementary color
Monochromatic Colors of #6E43CB
Black with #6E43CB
Text Example
Text Example
White with #6E43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E43CB; }
p { color: rgb(110,67,203); }
H1.HeaderClassName
{
color: #6E43CB;
}
.AnyTagClassName
{
color: #6E43CB;
}
</style>
background-color css
<style>
a { background-color: #6E43CB; }
a { background-color: rgb(110,67,203); }
div.DivClassName
{
background-color: #6E43CB;
}
.BgClassName
{
background-color: #6E43CB;
}
</style>
border-color css
<style>
span { border-color: #6E43CB; }
span { border-color: rgb(110,67,203); }
td.TdClassName
{
border-color: #6E43CB;
}
.TagClassName
{
border-color: #6E43CB;
}
</style>