Shades of Purple Heart #6412AC
Tints of Purple Heart #6412AC
RGB
CMYK
RGB Variations
Color information
#6412AC (or 0x6412AC) is known color: Purple Heart. HEX triplet: 64, 12 and AC. RGB value is (100,18,172). Sum of RGB (Red+Green+Blue) = 100+18+172=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #6412AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6412AC is #9BED53. Grayscale: #3B3B3B. Windows color (decimal): -10218836 or 11276900. OLE color: 11276900.
HSL color Cylindrical-coordinate representation of color #6412AC: hue angle of 271.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6412AC is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 18 | 172 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.33 |
| HSL | 271.95º | 0.81% | 0.37% | - |
| HSV(B) | 271.95º | 0.9% | 0.67% | - |
| XYZ | 12.92 | 6.12 | 39.53 | - |
| YUV | 60.07 | 191.17 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 172 | 0.42 | 0.90 | 0 | 0.33 | 271.95 | 0.81 | 0.37 |
| Hex | 64 | 12 | AC | 2A | 5A | 0 | 21 | 110 | 51 | 25 |
| Octal | 144 | 22 | 254 | 52 | 132 | 0 | 41 | 420 | 121 | 45 |
| Binary | 1100100 | 10010 | 10101100 | 101010 | 1011010 | 0 | 100001 | 100010000 | 1010001 | 100101 |
Color Harmonies of #6412AC
Complementary color
Monochromatic Colors of #6412AC
Black with #6412AC
Text Example
Text Example
White with #6412AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412AC; }
p { color: rgb(100,18,172); }
H1.HeaderClassName
{
color: #6412AC;
}
.AnyTagClassName
{
color: #6412AC;
}
</style>
background-color css
<style>
a { background-color: #6412AC; }
a { background-color: rgb(100,18,172); }
div.DivClassName
{
background-color: #6412AC;
}
.BgClassName
{
background-color: #6412AC;
}
</style>
border-color css
<style>
span { border-color: #6412AC; }
span { border-color: rgb(100,18,172); }
td.TdClassName
{
border-color: #6412AC;
}
.TagClassName
{
border-color: #6412AC;
}
</style>