Shades of Purple Heart #6E0FAC
Tints of Purple Heart #6E0FAC
RGB
CMYK
RGB Variations
Color information
#6E0FAC (or 0x6E0FAC) is known color: Purple Heart. HEX triplet: 6E, 0F and AC. RGB value is (110,15,172). Sum of RGB (Red+Green+Blue) = 110+15+172=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0FAC is #91F053. Grayscale: #3C3C3C. Windows color (decimal): -9564244 or 11276142. OLE color: 11276142.
HSL color Cylindrical-coordinate representation of color #6E0FAC: hue angle of 276.31º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0FAC is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 15 | 172 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.33 |
| HSL | 276.31º | 0.84% | 0.37% | - |
| HSV(B) | 276.31º | 0.91% | 0.67% | - |
| XYZ | 14.05 | 6.64 | 39.57 | - |
| YUV | 61.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 172 | 0.36 | 0.91 | 0 | 0.33 | 276.31 | 0.84 | 0.37 |
| Hex | 6E | F | AC | 24 | 5B | 0 | 21 | 114 | 54 | 25 |
| Octal | 156 | 17 | 254 | 44 | 133 | 0 | 41 | 424 | 124 | 45 |
| Binary | 1101110 | 1111 | 10101100 | 100100 | 1011011 | 0 | 100001 | 100010100 | 1010100 | 100101 |
Color Harmonies of #6E0FAC
Complementary color
Monochromatic Colors of #6E0FAC
Black with #6E0FAC
Text Example
Text Example
White with #6E0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0FAC; }
p { color: rgb(110,15,172); }
H1.HeaderClassName
{
color: #6E0FAC;
}
.AnyTagClassName
{
color: #6E0FAC;
}
</style>
background-color css
<style>
a { background-color: #6E0FAC; }
a { background-color: rgb(110,15,172); }
div.DivClassName
{
background-color: #6E0FAC;
}
.BgClassName
{
background-color: #6E0FAC;
}
</style>
border-color css
<style>
span { border-color: #6E0FAC; }
span { border-color: rgb(110,15,172); }
td.TdClassName
{
border-color: #6E0FAC;
}
.TagClassName
{
border-color: #6E0FAC;
}
</style>