Shades of Purple Heart #6E20BE
Tints of Purple Heart #6E20BE
RGB
CMYK
RGB Variations
Color information
#6E20BE (or 0x6E20BE) is known color: Purple Heart. HEX triplet: 6E, 20 and BE. RGB value is (110,32,190). Sum of RGB (Red+Green+Blue) = 110+32+190=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E20BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E20BE is #91DF41. Grayscale: #484848. Windows color (decimal): -9559874 or 12460142. OLE color: 12460142.
HSL color Cylindrical-coordinate representation of color #6E20BE: hue angle of 269.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E20BE is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 32 | 190 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.25 |
| HSL | 269.62º | 0.71% | 0.44% | - |
| HSV(B) | 269.62º | 0.83% | 0.75% | - |
| XYZ | 16.24 | 8.07 | 49.42 | - |
| YUV | 73.33 | 193.84 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 190 | 0.42 | 0.83 | 0 | 0.25 | 269.62 | 0.71 | 0.44 |
| Hex | 6E | 20 | BE | 2A | 53 | 0 | 19 | 10E | 47 | 2C |
| Octal | 156 | 40 | 276 | 52 | 123 | 0 | 31 | 416 | 107 | 54 |
| Binary | 1101110 | 100000 | 10111110 | 101010 | 1010011 | 0 | 11001 | 100001110 | 1000111 | 101100 |
Color Harmonies of #6E20BE
Complementary color
Monochromatic Colors of #6E20BE
Black with #6E20BE
Text Example
Text Example
White with #6E20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E20BE; }
p { color: rgb(110,32,190); }
H1.HeaderClassName
{
color: #6E20BE;
}
.AnyTagClassName
{
color: #6E20BE;
}
</style>
background-color css
<style>
a { background-color: #6E20BE; }
a { background-color: rgb(110,32,190); }
div.DivClassName
{
background-color: #6E20BE;
}
.BgClassName
{
background-color: #6E20BE;
}
</style>
border-color css
<style>
span { border-color: #6E20BE; }
span { border-color: rgb(110,32,190); }
td.TdClassName
{
border-color: #6E20BE;
}
.TagClassName
{
border-color: #6E20BE;
}
</style>