Shades of Purple Heart #6E0FA5
Tints of Purple Heart #6E0FA5
RGB
CMYK
RGB Variations
Color information
#6E0FA5 (or 0x6E0FA5) is known color: Purple Heart. HEX triplet: 6E, 0F and A5. RGB value is (110,15,165). Sum of RGB (Red+Green+Blue) = 110+15+165=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E0FA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0FA5 is #91F05A. Grayscale: #3C3C3C. Windows color (decimal): -9564251 or 10817390. OLE color: 10817390.
HSL color Cylindrical-coordinate representation of color #6E0FA5: hue angle of 278º 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 #6E0FA5 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 15 | 165 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.35 |
| HSL | 278º | 0.83% | 0.35% | - |
| HSV(B) | 278º | 0.91% | 0.65% | - |
| XYZ | 13.39 | 6.37 | 36.12 | - |
| YUV | 60.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 165 | 0.33 | 0.91 | 0 | 0.35 | 278 | 0.83 | 0.35 |
| Hex | 6E | F | A5 | 21 | 5B | 0 | 23 | 116 | 53 | 23 |
| Octal | 156 | 17 | 245 | 41 | 133 | 0 | 43 | 426 | 123 | 43 |
| Binary | 1101110 | 1111 | 10100101 | 100001 | 1011011 | 0 | 100011 | 100010110 | 1010011 | 100011 |
Color Harmonies of #6E0FA5
Complementary color
Monochromatic Colors of #6E0FA5
Black with #6E0FA5
Text Example
Text Example
White with #6E0FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0FA5; }
p { color: rgb(110,15,165); }
H1.HeaderClassName
{
color: #6E0FA5;
}
.AnyTagClassName
{
color: #6E0FA5;
}
</style>
background-color css
<style>
a { background-color: #6E0FA5; }
a { background-color: rgb(110,15,165); }
div.DivClassName
{
background-color: #6E0FA5;
}
.BgClassName
{
background-color: #6E0FA5;
}
</style>
border-color css
<style>
span { border-color: #6E0FA5; }
span { border-color: rgb(110,15,165); }
td.TdClassName
{
border-color: #6E0FA5;
}
.TagClassName
{
border-color: #6E0FA5;
}
</style>