Shades of Purple Heart #6014AC
Tints of Purple Heart #6014AC
RGB
CMYK
RGB Variations
Color information
#6014AC (or 0x6014AC) is known color: Purple Heart. HEX triplet: 60, 14 and AC. RGB value is (96,20,172). Sum of RGB (Red+Green+Blue) = 96+20+172=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #6014AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6014AC is #9FEB53. Grayscale: #3B3B3B. Windows color (decimal): -10480468 or 11277408. OLE color: 11277408.
HSL color Cylindrical-coordinate representation of color #6014AC: hue angle of 270º degrees, saturation: 0.79, 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 #6014AC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 20 | 172 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.33 |
| HSL | 270º | 0.79% | 0.38% | - |
| HSV(B) | 270º | 0.88% | 0.67% | - |
| XYZ | 12.52 | 5.97 | 39.52 | - |
| YUV | 60.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 172 | 0.44 | 0.88 | 0 | 0.33 | 270 | 0.79 | 0.38 |
| Hex | 60 | 14 | AC | 2C | 58 | 0 | 21 | 10E | 4F | 26 |
| Octal | 140 | 24 | 254 | 54 | 130 | 0 | 41 | 416 | 117 | 46 |
| Binary | 1100000 | 10100 | 10101100 | 101100 | 1011000 | 0 | 100001 | 100001110 | 1001111 | 100110 |
Color Harmonies of #6014AC
Complementary color
Monochromatic Colors of #6014AC
Black with #6014AC
Text Example
Text Example
White with #6014AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014AC; }
p { color: rgb(96,20,172); }
H1.HeaderClassName
{
color: #6014AC;
}
.AnyTagClassName
{
color: #6014AC;
}
</style>
background-color css
<style>
a { background-color: #6014AC; }
a { background-color: rgb(96,20,172); }
div.DivClassName
{
background-color: #6014AC;
}
.BgClassName
{
background-color: #6014AC;
}
</style>
border-color css
<style>
span { border-color: #6014AC; }
span { border-color: rgb(96,20,172); }
td.TdClassName
{
border-color: #6014AC;
}
.TagClassName
{
border-color: #6014AC;
}
</style>