Shades of Purple Heart #6D14B8
Tints of Purple Heart #6D14B8
RGB
CMYK
RGB Variations
Color information
#6D14B8 (or 0x6D14B8) is known color: Purple Heart. HEX triplet: 6D, 14 and B8. RGB value is (109,20,184). Sum of RGB (Red+Green+Blue) = 109+20+184=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #6D14B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D14B8 is #92EB47. Grayscale: #404040. Windows color (decimal): -9628488 or 12063853. OLE color: 12063853.
HSL color Cylindrical-coordinate representation of color #6D14B8: hue angle of 272.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D14B8 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 20 | 184 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.28 |
| HSL | 272.56º | 0.8% | 0.4% | - |
| HSV(B) | 272.56º | 0.89% | 0.72% | - |
| XYZ | 15.21 | 7.21 | 45.94 | - |
| YUV | 65.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 184 | 0.41 | 0.89 | 0 | 0.28 | 272.56 | 0.8 | 0.4 |
| Hex | 6D | 14 | B8 | 29 | 59 | 0 | 1C | 111 | 50 | 28 |
| Octal | 155 | 24 | 270 | 51 | 131 | 0 | 34 | 421 | 120 | 50 |
| Binary | 1101101 | 10100 | 10111000 | 101001 | 1011001 | 0 | 11100 | 100010001 | 1010000 | 101000 |
Color Harmonies of #6D14B8
Complementary color
Monochromatic Colors of #6D14B8
Black with #6D14B8
Text Example
Text Example
White with #6D14B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D14B8; }
p { color: rgb(109,20,184); }
H1.HeaderClassName
{
color: #6D14B8;
}
.AnyTagClassName
{
color: #6D14B8;
}
</style>
background-color css
<style>
a { background-color: #6D14B8; }
a { background-color: rgb(109,20,184); }
div.DivClassName
{
background-color: #6D14B8;
}
.BgClassName
{
background-color: #6D14B8;
}
</style>
border-color css
<style>
span { border-color: #6D14B8; }
span { border-color: rgb(109,20,184); }
td.TdClassName
{
border-color: #6D14B8;
}
.TagClassName
{
border-color: #6D14B8;
}
</style>