Shades of Purple Heart #6014D7
Tints of Purple Heart #6014D7
RGB
CMYK
RGB Variations
Color information
#6014D7 (or 0x6014D7) is known color: Purple Heart. HEX triplet: 60, 14 and D7. RGB value is (96,20,215). Sum of RGB (Red+Green+Blue) = 96+20+215=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 215 (84.38% from 255 or 64.95% from 331); Max value from RGB is 215 - color contains mainly: blue. Hex color #6014D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014D7 is #9FEB28. Grayscale: #404040. Windows color (decimal): -10480425 or 14095456. OLE color: 14095456.
HSL color Cylindrical-coordinate representation of color #6014D7: hue angle of 263.38º 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 #6014D7 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 20 | 215 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.16 |
| HSL | 263.38º | 0.83% | 0.46% | - |
| HSV(B) | 263.38º | 0.91% | 0.84% | - |
| XYZ | 17.34 | 7.89 | 64.9 | - |
| YUV | 64.95 | 212.68 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 215 | 0.55 | 0.91 | 0 | 0.16 | 263.38 | 0.83 | 0.46 |
| Hex | 60 | 14 | D7 | 37 | 5B | 0 | 10 | 107 | 53 | 2E |
| Octal | 140 | 24 | 327 | 67 | 133 | 0 | 20 | 407 | 123 | 56 |
| Binary | 1100000 | 10100 | 11010111 | 110111 | 1011011 | 0 | 10000 | 100000111 | 1010011 | 101110 |
Color Harmonies of #6014D7
Complementary color
Monochromatic Colors of #6014D7
Black with #6014D7
Text Example
Text Example
White with #6014D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014D7; }
p { color: rgb(96,20,215); }
H1.HeaderClassName
{
color: #6014D7;
}
.AnyTagClassName
{
color: #6014D7;
}
</style>
background-color css
<style>
a { background-color: #6014D7; }
a { background-color: rgb(96,20,215); }
div.DivClassName
{
background-color: #6014D7;
}
.BgClassName
{
background-color: #6014D7;
}
</style>
border-color css
<style>
span { border-color: #6014D7; }
span { border-color: rgb(96,20,215); }
td.TdClassName
{
border-color: #6014D7;
}
.TagClassName
{
border-color: #6014D7;
}
</style>