Shades of Purple Heart #6014B4
Tints of Purple Heart #6014B4
RGB
CMYK
RGB Variations
Color information
#6014B4 (or 0x6014B4) is known color: Purple Heart. HEX triplet: 60, 14 and B4. RGB value is (96,20,180). Sum of RGB (Red+Green+Blue) = 96+20+180=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #6014B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014B4 is #9FEB4B. Grayscale: #3C3C3C. Windows color (decimal): -10480460 or 11801696. OLE color: 11801696.
HSL color Cylindrical-coordinate representation of color #6014B4: hue angle of 268.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6014B4 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 20 | 180 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.29 |
| HSL | 268.5º | 0.8% | 0.39% | - |
| HSV(B) | 268.5º | 0.89% | 0.71% | - |
| XYZ | 13.31 | 6.28 | 43.69 | - |
| YUV | 60.96 | 195.18 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 180 | 0.47 | 0.89 | 0 | 0.29 | 268.5 | 0.8 | 0.39 |
| Hex | 60 | 14 | B4 | 2F | 59 | 0 | 1D | 10C | 50 | 27 |
| Octal | 140 | 24 | 264 | 57 | 131 | 0 | 35 | 414 | 120 | 47 |
| Binary | 1100000 | 10100 | 10110100 | 101111 | 1011001 | 0 | 11101 | 100001100 | 1010000 | 100111 |
Color Harmonies of #6014B4
Complementary color
Monochromatic Colors of #6014B4
Black with #6014B4
Text Example
Text Example
White with #6014B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6014B4; }
p { color: rgb(96,20,180); }
H1.HeaderClassName
{
color: #6014B4;
}
.AnyTagClassName
{
color: #6014B4;
}
</style>
background-color css
<style>
a { background-color: #6014B4; }
a { background-color: rgb(96,20,180); }
div.DivClassName
{
background-color: #6014B4;
}
.BgClassName
{
background-color: #6014B4;
}
</style>
border-color css
<style>
span { border-color: #6014B4; }
span { border-color: rgb(96,20,180); }
td.TdClassName
{
border-color: #6014B4;
}
.TagClassName
{
border-color: #6014B4;
}
</style>