Shades of Purple Heart #6E0FA6
Tints of Purple Heart #6E0FA6
RGB
CMYK
RGB Variations
Color information
#6E0FA6 (or 0x6E0FA6) is known color: Purple Heart. HEX triplet: 6E, 0F and A6. RGB value is (110,15,166). Sum of RGB (Red+Green+Blue) = 110+15+166=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 166 (65.23% from 255 or 57.04% from 291); Max value from RGB is 166 - color contains mainly: blue. Hex color #6E0FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0FA6 is #91F059. Grayscale: #3C3C3C. Windows color (decimal): -9564250 or 10882926. OLE color: 10882926.
HSL color Cylindrical-coordinate representation of color #6E0FA6: hue angle of 277.75º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0FA6 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 15 | 166 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.35 |
| HSL | 277.75º | 0.83% | 0.35% | - |
| HSV(B) | 277.75º | 0.91% | 0.65% | - |
| XYZ | 13.48 | 6.41 | 36.6 | - |
| YUV | 60.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 166 | 0.34 | 0.91 | 0 | 0.35 | 277.75 | 0.83 | 0.35 |
| Hex | 6E | F | A6 | 22 | 5B | 0 | 23 | 116 | 53 | 23 |
| Octal | 156 | 17 | 246 | 42 | 133 | 0 | 43 | 426 | 123 | 43 |
| Binary | 1101110 | 1111 | 10100110 | 100010 | 1011011 | 0 | 100011 | 100010110 | 1010011 | 100011 |
Color Harmonies of #6E0FA6
Complementary color
Monochromatic Colors of #6E0FA6
Black with #6E0FA6
Text Example
Text Example
White with #6E0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0FA6; }
p { color: rgb(110,15,166); }
H1.HeaderClassName
{
color: #6E0FA6;
}
.AnyTagClassName
{
color: #6E0FA6;
}
</style>
background-color css
<style>
a { background-color: #6E0FA6; }
a { background-color: rgb(110,15,166); }
div.DivClassName
{
background-color: #6E0FA6;
}
.BgClassName
{
background-color: #6E0FA6;
}
</style>
border-color css
<style>
span { border-color: #6E0FA6; }
span { border-color: rgb(110,15,166); }
td.TdClassName
{
border-color: #6E0FA6;
}
.TagClassName
{
border-color: #6E0FA6;
}
</style>