Shades of Purple Heart #6E20CA
Tints of Purple Heart #6E20CA
RGB
CMYK
RGB Variations
Color information
#6E20CA (or 0x6E20CA) is known color: Purple Heart. HEX triplet: 6E, 20 and CA. RGB value is (110,32,202). Sum of RGB (Red+Green+Blue) = 110+32+202=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E20CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E20CA is #91DF35. Grayscale: #4A4A4A. Windows color (decimal): -9559862 or 13246574. OLE color: 13246574.
HSL color Cylindrical-coordinate representation of color #6E20CA: hue angle of 267.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E20CA is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 32 | 202 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.21 |
| HSL | 267.53º | 0.73% | 0.46% | - |
| HSV(B) | 267.53º | 0.84% | 0.79% | - |
| XYZ | 17.61 | 8.61 | 56.61 | - |
| YUV | 74.7 | 199.84 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 202 | 0.46 | 0.84 | 0 | 0.21 | 267.53 | 0.73 | 0.46 |
| Hex | 6E | 20 | CA | 2E | 54 | 0 | 15 | 10C | 49 | 2E |
| Octal | 156 | 40 | 312 | 56 | 124 | 0 | 25 | 414 | 111 | 56 |
| Binary | 1101110 | 100000 | 11001010 | 101110 | 1010100 | 0 | 10101 | 100001100 | 1001001 | 101110 |
Color Harmonies of #6E20CA
Complementary color
Monochromatic Colors of #6E20CA
Black with #6E20CA
Text Example
Text Example
White with #6E20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E20CA; }
p { color: rgb(110,32,202); }
H1.HeaderClassName
{
color: #6E20CA;
}
.AnyTagClassName
{
color: #6E20CA;
}
</style>
background-color css
<style>
a { background-color: #6E20CA; }
a { background-color: rgb(110,32,202); }
div.DivClassName
{
background-color: #6E20CA;
}
.BgClassName
{
background-color: #6E20CA;
}
</style>
border-color css
<style>
span { border-color: #6E20CA; }
span { border-color: rgb(110,32,202); }
td.TdClassName
{
border-color: #6E20CA;
}
.TagClassName
{
border-color: #6E20CA;
}
</style>