Shades of Purple Heart #6E0ACA
Tints of Purple Heart #6E0ACA
RGB
CMYK
RGB Variations
Color information
#6E0ACA (or 0x6E0ACA) is known color: Purple Heart. HEX triplet: 6E, 0A and CA. RGB value is (110,10,202). Sum of RGB (Red+Green+Blue) = 110+10+202=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 10 (4.30% from 255 or 3.11% 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 #6E0ACA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0ACA is #91F535. Grayscale: #3D3D3D. Windows color (decimal): -9565494 or 13240942. OLE color: 13240942.
HSL color Cylindrical-coordinate representation of color #6E0ACA: hue angle of 271.25º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0ACA is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 10 | 202 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.21 |
| HSL | 271.25º | 0.91% | 0.42% | - |
| HSV(B) | 271.25º | 0.95% | 0.79% | - |
| XYZ | 17.2 | 7.8 | 56.48 | - |
| YUV | 61.79 | 207.13 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 202 | 0.46 | 0.95 | 0 | 0.21 | 271.25 | 0.91 | 0.42 |
| Hex | 6E | A | CA | 2E | 5F | 0 | 15 | 10F | 5B | 2A |
| Octal | 156 | 12 | 312 | 56 | 137 | 0 | 25 | 417 | 133 | 52 |
| Binary | 1101110 | 1010 | 11001010 | 101110 | 1011111 | 0 | 10101 | 100001111 | 1011011 | 101010 |
Color Harmonies of #6E0ACA
Complementary color
Monochromatic Colors of #6E0ACA
Black with #6E0ACA
Text Example
Text Example
White with #6E0ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0ACA; }
p { color: rgb(110,10,202); }
H1.HeaderClassName
{
color: #6E0ACA;
}
.AnyTagClassName
{
color: #6E0ACA;
}
</style>
background-color css
<style>
a { background-color: #6E0ACA; }
a { background-color: rgb(110,10,202); }
div.DivClassName
{
background-color: #6E0ACA;
}
.BgClassName
{
background-color: #6E0ACA;
}
</style>
border-color css
<style>
span { border-color: #6E0ACA; }
span { border-color: rgb(110,10,202); }
td.TdClassName
{
border-color: #6E0ACA;
}
.TagClassName
{
border-color: #6E0ACA;
}
</style>