Shades of Purple Heart #6014DA
Tints of Purple Heart #6014DA
RGB
CMYK
RGB Variations
Color information
#6014DA (or 0x6014DA) is known color: Purple Heart. HEX triplet: 60, 14 and DA. RGB value is (96,20,218). Sum of RGB (Red+Green+Blue) = 96+20+218=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6014DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014DA is #9FEB25. Grayscale: #404040. Windows color (decimal): -10480422 or 14292064. OLE color: 14292064.
HSL color Cylindrical-coordinate representation of color #6014DA: hue angle of 263.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6014DA is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 20 | 218 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.15 |
| HSL | 263.03º | 0.83% | 0.47% | - |
| HSV(B) | 263.03º | 0.91% | 0.85% | - |
| XYZ | 17.73 | 8.05 | 66.95 | - |
| YUV | 65.3 | 214.18 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 218 | 0.56 | 0.91 | 0 | 0.15 | 263.03 | 0.83 | 0.47 |
| Hex | 60 | 14 | DA | 38 | 5B | 0 | F | 107 | 53 | 2F |
| Octal | 140 | 24 | 332 | 70 | 133 | 0 | 17 | 407 | 123 | 57 |
| Binary | 1100000 | 10100 | 11011010 | 111000 | 1011011 | 0 | 1111 | 100000111 | 1010011 | 101111 |
Color Harmonies of #6014DA
Complementary color
Monochromatic Colors of #6014DA
Black with #6014DA
Text Example
Text Example
White with #6014DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014DA; }
p { color: rgb(96,20,218); }
H1.HeaderClassName
{
color: #6014DA;
}
.AnyTagClassName
{
color: #6014DA;
}
</style>
background-color css
<style>
a { background-color: #6014DA; }
a { background-color: rgb(96,20,218); }
div.DivClassName
{
background-color: #6014DA;
}
.BgClassName
{
background-color: #6014DA;
}
</style>
border-color css
<style>
span { border-color: #6014DA; }
span { border-color: rgb(96,20,218); }
td.TdClassName
{
border-color: #6014DA;
}
.TagClassName
{
border-color: #6014DA;
}
</style>