Shades of Purple Heart #6E0ACB
Tints of Purple Heart #6E0ACB
RGB
CMYK
RGB Variations
Color information
#6E0ACB (or 0x6E0ACB) is known color: Purple Heart. HEX triplet: 6E, 0A and CB. RGB value is (110,10,203). Sum of RGB (Red+Green+Blue) = 110+10+203=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0ACB is #91F534. Grayscale: #3D3D3D. Windows color (decimal): -9565493 or 13306478. OLE color: 13306478.
HSL color Cylindrical-coordinate representation of color #6E0ACB: hue angle of 271.09º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0ACB is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 10 | 203 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.20 |
| HSL | 271.09º | 0.91% | 0.42% | - |
| HSV(B) | 271.09º | 0.95% | 0.8% | - |
| XYZ | 17.32 | 7.84 | 57.1 | - |
| YUV | 61.9 | 207.63 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 203 | 0.46 | 0.95 | 0 | 0.20 | 271.09 | 0.91 | 0.42 |
| Hex | 6E | A | CB | 2E | 5F | 0 | 14 | 10F | 5B | 2A |
| Octal | 156 | 12 | 313 | 56 | 137 | 0 | 24 | 417 | 133 | 52 |
| Binary | 1101110 | 1010 | 11001011 | 101110 | 1011111 | 0 | 10100 | 100001111 | 1011011 | 101010 |
Color Harmonies of #6E0ACB
Complementary color
Monochromatic Colors of #6E0ACB
Black with #6E0ACB
Text Example
Text Example
White with #6E0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0ACB; }
p { color: rgb(110,10,203); }
H1.HeaderClassName
{
color: #6E0ACB;
}
.AnyTagClassName
{
color: #6E0ACB;
}
</style>
background-color css
<style>
a { background-color: #6E0ACB; }
a { background-color: rgb(110,10,203); }
div.DivClassName
{
background-color: #6E0ACB;
}
.BgClassName
{
background-color: #6E0ACB;
}
</style>
border-color css
<style>
span { border-color: #6E0ACB; }
span { border-color: rgb(110,10,203); }
td.TdClassName
{
border-color: #6E0ACB;
}
.TagClassName
{
border-color: #6E0ACB;
}
</style>