Shades of Purple Heart #6A0ECA
Tints of Purple Heart #6A0ECA
RGB
CMYK
RGB Variations
Color information
#6A0ECA (or 0x6A0ECA) is known color: Purple Heart. HEX triplet: 6A, 0E and CA. RGB value is (106,14,202). Sum of RGB (Red+Green+Blue) = 106+14+202=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A0ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0ECA is #95F135. Grayscale: #3E3E3E. Windows color (decimal): -9826614 or 13241962. OLE color: 13241962.
HSL color Cylindrical-coordinate representation of color #6A0ECA: hue angle of 269.36º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0ECA is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 14 | 202 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.21 |
| HSL | 269.36º | 0.87% | 0.42% | - |
| HSV(B) | 269.36º | 0.93% | 0.79% | - |
| XYZ | 16.76 | 7.64 | 56.47 | - |
| YUV | 62.94 | 206.48 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 202 | 0.48 | 0.93 | 0 | 0.21 | 269.36 | 0.87 | 0.42 |
| Hex | 6A | E | CA | 30 | 5D | 0 | 15 | 10D | 57 | 2A |
| Octal | 152 | 16 | 312 | 60 | 135 | 0 | 25 | 415 | 127 | 52 |
| Binary | 1101010 | 1110 | 11001010 | 110000 | 1011101 | 0 | 10101 | 100001101 | 1010111 | 101010 |
Color Harmonies of #6A0ECA
Complementary color
Monochromatic Colors of #6A0ECA
Black with #6A0ECA
Text Example
Text Example
White with #6A0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0ECA; }
p { color: rgb(106,14,202); }
H1.HeaderClassName
{
color: #6A0ECA;
}
.AnyTagClassName
{
color: #6A0ECA;
}
</style>
background-color css
<style>
a { background-color: #6A0ECA; }
a { background-color: rgb(106,14,202); }
div.DivClassName
{
background-color: #6A0ECA;
}
.BgClassName
{
background-color: #6A0ECA;
}
</style>
border-color css
<style>
span { border-color: #6A0ECA; }
span { border-color: rgb(106,14,202); }
td.TdClassName
{
border-color: #6A0ECA;
}
.TagClassName
{
border-color: #6A0ECA;
}
</style>