Shades of Purple Heart #6512AC
Tints of Purple Heart #6512AC
RGB
CMYK
RGB Variations
Color information
#6512AC (or 0x6512AC) is known color: Purple Heart. HEX triplet: 65, 12 and AC. RGB value is (101,18,172). Sum of RGB (Red+Green+Blue) = 101+18+172=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #6512AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512AC is #9AED53. Grayscale: #3B3B3B. Windows color (decimal): -10153300 or 11276901. OLE color: 11276901.
HSL color Cylindrical-coordinate representation of color #6512AC: hue angle of 272.34º 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 #6512AC is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 18 | 172 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.33 |
| HSL | 272.34º | 0.81% | 0.37% | - |
| HSV(B) | 272.34º | 0.9% | 0.67% | - |
| XYZ | 13.03 | 6.18 | 39.54 | - |
| YUV | 60.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 172 | 0.41 | 0.90 | 0 | 0.33 | 272.34 | 0.81 | 0.37 |
| Hex | 65 | 12 | AC | 29 | 5A | 0 | 21 | 110 | 51 | 25 |
| Octal | 145 | 22 | 254 | 51 | 132 | 0 | 41 | 420 | 121 | 45 |
| Binary | 1100101 | 10010 | 10101100 | 101001 | 1011010 | 0 | 100001 | 100010000 | 1010001 | 100101 |
Color Harmonies of #6512AC
Complementary color
Monochromatic Colors of #6512AC
Black with #6512AC
Text Example
Text Example
White with #6512AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512AC; }
p { color: rgb(101,18,172); }
H1.HeaderClassName
{
color: #6512AC;
}
.AnyTagClassName
{
color: #6512AC;
}
</style>
background-color css
<style>
a { background-color: #6512AC; }
a { background-color: rgb(101,18,172); }
div.DivClassName
{
background-color: #6512AC;
}
.BgClassName
{
background-color: #6512AC;
}
</style>
border-color css
<style>
span { border-color: #6512AC; }
span { border-color: rgb(101,18,172); }
td.TdClassName
{
border-color: #6512AC;
}
.TagClassName
{
border-color: #6512AC;
}
</style>