Shades of Purple Heart #6D15AB
Tints of Purple Heart #6D15AB
RGB
CMYK
RGB Variations
Color information
#6D15AB (or 0x6D15AB) is known color: Purple Heart. HEX triplet: 6D, 15 and AB. RGB value is (109,21,171). Sum of RGB (Red+Green+Blue) = 109+21+171=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D15AB is #92EA54. Grayscale: #3F3F3F. Windows color (decimal): -9628245 or 11212141. OLE color: 11212141.
HSL color Cylindrical-coordinate representation of color #6D15AB: hue angle of 275.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D15AB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 21 | 171 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.33 |
| HSL | 275.2º | 0.78% | 0.38% | - |
| HSV(B) | 275.2º | 0.88% | 0.67% | - |
| XYZ | 13.93 | 6.73 | 39.09 | - |
| YUV | 64.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 171 | 0.36 | 0.88 | 0 | 0.33 | 275.2 | 0.78 | 0.38 |
| Hex | 6D | 15 | AB | 24 | 58 | 0 | 21 | 113 | 4E | 26 |
| Octal | 155 | 25 | 253 | 44 | 130 | 0 | 41 | 423 | 116 | 46 |
| Binary | 1101101 | 10101 | 10101011 | 100100 | 1011000 | 0 | 100001 | 100010011 | 1001110 | 100110 |
Color Harmonies of #6D15AB
Complementary color
Monochromatic Colors of #6D15AB
Black with #6D15AB
Text Example
Text Example
White with #6D15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D15AB; }
p { color: rgb(109,21,171); }
H1.HeaderClassName
{
color: #6D15AB;
}
.AnyTagClassName
{
color: #6D15AB;
}
</style>
background-color css
<style>
a { background-color: #6D15AB; }
a { background-color: rgb(109,21,171); }
div.DivClassName
{
background-color: #6D15AB;
}
.BgClassName
{
background-color: #6D15AB;
}
</style>
border-color css
<style>
span { border-color: #6D15AB; }
span { border-color: rgb(109,21,171); }
td.TdClassName
{
border-color: #6D15AB;
}
.TagClassName
{
border-color: #6D15AB;
}
</style>