Shades of Purple Heart #6E15AF
Tints of Purple Heart #6E15AF
RGB
CMYK
RGB Variations
Color information
#6E15AF (or 0x6E15AF) is known color: Purple Heart. HEX triplet: 6E, 15 and AF. RGB value is (110,21,175). Sum of RGB (Red+Green+Blue) = 110+21+175=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E15AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E15AF is #91EA50. Grayscale: #404040. Windows color (decimal): -9562705 or 11474286. OLE color: 11474286.
HSL color Cylindrical-coordinate representation of color #6E15AF: hue angle of 274.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E15AF is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 21 | 175 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.31 |
| HSL | 274.68º | 0.79% | 0.38% | - |
| HSV(B) | 274.68º | 0.88% | 0.69% | - |
| XYZ | 14.44 | 6.95 | 41.14 | - |
| YUV | 65.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 175 | 0.37 | 0.88 | 0 | 0.31 | 274.68 | 0.79 | 0.38 |
| Hex | 6E | 15 | AF | 25 | 58 | 0 | 1F | 113 | 4F | 26 |
| Octal | 156 | 25 | 257 | 45 | 130 | 0 | 37 | 423 | 117 | 46 |
| Binary | 1101110 | 10101 | 10101111 | 100101 | 1011000 | 0 | 11111 | 100010011 | 1001111 | 100110 |
Color Harmonies of #6E15AF
Complementary color
Monochromatic Colors of #6E15AF
Black with #6E15AF
Text Example
Text Example
White with #6E15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E15AF; }
p { color: rgb(110,21,175); }
H1.HeaderClassName
{
color: #6E15AF;
}
.AnyTagClassName
{
color: #6E15AF;
}
</style>
background-color css
<style>
a { background-color: #6E15AF; }
a { background-color: rgb(110,21,175); }
div.DivClassName
{
background-color: #6E15AF;
}
.BgClassName
{
background-color: #6E15AF;
}
</style>
border-color css
<style>
span { border-color: #6E15AF; }
span { border-color: rgb(110,21,175); }
td.TdClassName
{
border-color: #6E15AF;
}
.TagClassName
{
border-color: #6E15AF;
}
</style>