Shades of Purple Heart #6E15B5
Tints of Purple Heart #6E15B5
RGB
CMYK
RGB Variations
Color information
#6E15B5 (or 0x6E15B5) is known color: Purple Heart. HEX triplet: 6E, 15 and B5. RGB value is (110,21,181). Sum of RGB (Red+Green+Blue) = 110+21+181=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E15B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15B5 is #91EA4A. Grayscale: #414141. Windows color (decimal): -9562699 or 11867502. OLE color: 11867502.
HSL color Cylindrical-coordinate representation of color #6E15B5: hue angle of 273.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E15B5 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 21 | 181 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.29 |
| HSL | 273.38º | 0.79% | 0.4% | - |
| HSV(B) | 273.38º | 0.88% | 0.71% | - |
| XYZ | 15.04 | 7.19 | 44.31 | - |
| YUV | 65.85 | 192.99 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 181 | 0.39 | 0.88 | 0 | 0.29 | 273.38 | 0.79 | 0.4 |
| Hex | 6E | 15 | B5 | 27 | 58 | 0 | 1D | 111 | 4F | 28 |
| Octal | 156 | 25 | 265 | 47 | 130 | 0 | 35 | 421 | 117 | 50 |
| Binary | 1101110 | 10101 | 10110101 | 100111 | 1011000 | 0 | 11101 | 100010001 | 1001111 | 101000 |
Color Harmonies of #6E15B5
Complementary color
Monochromatic Colors of #6E15B5
Black with #6E15B5
Text Example
Text Example
White with #6E15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E15B5; }
p { color: rgb(110,21,181); }
H1.HeaderClassName
{
color: #6E15B5;
}
.AnyTagClassName
{
color: #6E15B5;
}
</style>
background-color css
<style>
a { background-color: #6E15B5; }
a { background-color: rgb(110,21,181); }
div.DivClassName
{
background-color: #6E15B5;
}
.BgClassName
{
background-color: #6E15B5;
}
</style>
border-color css
<style>
span { border-color: #6E15B5; }
span { border-color: rgb(110,21,181); }
td.TdClassName
{
border-color: #6E15B5;
}
.TagClassName
{
border-color: #6E15B5;
}
</style>