Shades of Purple Heart #6E20BC
Tints of Purple Heart #6E20BC
RGB
CMYK
RGB Variations
Color information
#6E20BC (or 0x6E20BC) is known color: Purple Heart. HEX triplet: 6E, 20 and BC. RGB value is (110,32,188). Sum of RGB (Red+Green+Blue) = 110+32+188=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E20BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E20BC is #91DF43. Grayscale: #484848. Windows color (decimal): -9559876 or 12329070. OLE color: 12329070.
HSL color Cylindrical-coordinate representation of color #6E20BC: hue angle of 270º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E20BC is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 32 | 188 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.26 |
| HSL | 270º | 0.71% | 0.43% | - |
| HSV(B) | 270º | 0.83% | 0.74% | - |
| XYZ | 16.02 | 7.98 | 48.27 | - |
| YUV | 73.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 188 | 0.41 | 0.83 | 0 | 0.26 | 270 | 0.71 | 0.43 |
| Hex | 6E | 20 | BC | 29 | 53 | 0 | 1A | 10E | 47 | 2B |
| Octal | 156 | 40 | 274 | 51 | 123 | 0 | 32 | 416 | 107 | 53 |
| Binary | 1101110 | 100000 | 10111100 | 101001 | 1010011 | 0 | 11010 | 100001110 | 1000111 | 101011 |
Color Harmonies of #6E20BC
Complementary color
Monochromatic Colors of #6E20BC
Black with #6E20BC
Text Example
Text Example
White with #6E20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E20BC; }
p { color: rgb(110,32,188); }
H1.HeaderClassName
{
color: #6E20BC;
}
.AnyTagClassName
{
color: #6E20BC;
}
</style>
background-color css
<style>
a { background-color: #6E20BC; }
a { background-color: rgb(110,32,188); }
div.DivClassName
{
background-color: #6E20BC;
}
.BgClassName
{
background-color: #6E20BC;
}
</style>
border-color css
<style>
span { border-color: #6E20BC; }
span { border-color: rgb(110,32,188); }
td.TdClassName
{
border-color: #6E20BC;
}
.TagClassName
{
border-color: #6E20BC;
}
</style>