Shades of Purple Heart #6414AB
Tints of Purple Heart #6414AB
RGB
CMYK
RGB Variations
Color information
#6414AB (or 0x6414AB) is known color: Purple Heart. HEX triplet: 64, 14 and AB. RGB value is (100,20,171). Sum of RGB (Red+Green+Blue) = 100+20+171=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6414AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6414AB is #9BEB54. Grayscale: #3C3C3C. Windows color (decimal): -10218325 or 11211876. OLE color: 11211876.
HSL color Cylindrical-coordinate representation of color #6414AB: hue angle of 271.79º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6414AB is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 20 | 171 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.33 |
| HSL | 271.79º | 0.79% | 0.37% | - |
| HSV(B) | 271.79º | 0.88% | 0.67% | - |
| XYZ | 12.86 | 6.15 | 39.04 | - |
| YUV | 61.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 171 | 0.42 | 0.88 | 0 | 0.33 | 271.79 | 0.79 | 0.37 |
| Hex | 64 | 14 | AB | 2A | 58 | 0 | 21 | 110 | 4F | 25 |
| Octal | 144 | 24 | 253 | 52 | 130 | 0 | 41 | 420 | 117 | 45 |
| Binary | 1100100 | 10100 | 10101011 | 101010 | 1011000 | 0 | 100001 | 100010000 | 1001111 | 100101 |
Color Harmonies of #6414AB
Complementary color
Monochromatic Colors of #6414AB
Black with #6414AB
Text Example
Text Example
White with #6414AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6414AB; }
p { color: rgb(100,20,171); }
H1.HeaderClassName
{
color: #6414AB;
}
.AnyTagClassName
{
color: #6414AB;
}
</style>
background-color css
<style>
a { background-color: #6414AB; }
a { background-color: rgb(100,20,171); }
div.DivClassName
{
background-color: #6414AB;
}
.BgClassName
{
background-color: #6414AB;
}
</style>
border-color css
<style>
span { border-color: #6414AB; }
span { border-color: rgb(100,20,171); }
td.TdClassName
{
border-color: #6414AB;
}
.TagClassName
{
border-color: #6414AB;
}
</style>