Shades of Purple Heart #6014D6
Tints of Purple Heart #6014D6
RGB
CMYK
RGB Variations
Color information
#6014D6 (or 0x6014D6) is known color: Purple Heart. HEX triplet: 60, 14 and D6. RGB value is (96,20,214). Sum of RGB (Red+Green+Blue) = 96+20+214=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #6014D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014D6 is #9FEB29. Grayscale: #404040. Windows color (decimal): -10480426 or 14029920. OLE color: 14029920.
HSL color Cylindrical-coordinate representation of color #6014D6: hue angle of 263.51º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6014D6 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 20 | 214 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.16 |
| HSL | 263.51º | 0.83% | 0.46% | - |
| HSV(B) | 263.51º | 0.91% | 0.84% | - |
| XYZ | 17.21 | 7.84 | 64.22 | - |
| YUV | 64.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 214 | 0.55 | 0.91 | 0 | 0.16 | 263.51 | 0.83 | 0.46 |
| Hex | 60 | 14 | D6 | 37 | 5B | 0 | 10 | 108 | 53 | 2E |
| Octal | 140 | 24 | 326 | 67 | 133 | 0 | 20 | 410 | 123 | 56 |
| Binary | 1100000 | 10100 | 11010110 | 110111 | 1011011 | 0 | 10000 | 100001000 | 1010011 | 101110 |
Color Harmonies of #6014D6
Complementary color
Monochromatic Colors of #6014D6
Black with #6014D6
Text Example
Text Example
White with #6014D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014D6; }
p { color: rgb(96,20,214); }
H1.HeaderClassName
{
color: #6014D6;
}
.AnyTagClassName
{
color: #6014D6;
}
</style>
background-color css
<style>
a { background-color: #6014D6; }
a { background-color: rgb(96,20,214); }
div.DivClassName
{
background-color: #6014D6;
}
.BgClassName
{
background-color: #6014D6;
}
</style>
border-color css
<style>
span { border-color: #6014D6; }
span { border-color: rgb(96,20,214); }
td.TdClassName
{
border-color: #6014D6;
}
.TagClassName
{
border-color: #6014D6;
}
</style>