Shades of Purple Heart #6512AB
Tints of Purple Heart #6512AB
RGB
CMYK
RGB Variations
Color information
#6512AB (or 0x6512AB) is known color: Purple Heart. HEX triplet: 65, 12 and AB. RGB value is (101,18,171). Sum of RGB (Red+Green+Blue) = 101+18+171=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #6512AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512AB is #9AED54. Grayscale: #3B3B3B. Windows color (decimal): -10153301 or 11211365. OLE color: 11211365.
HSL color Cylindrical-coordinate representation of color #6512AB: hue angle of 272.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6512AB is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 18 | 171 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.33 |
| HSL | 272.55º | 0.81% | 0.37% | - |
| HSV(B) | 272.55º | 0.89% | 0.67% | - |
| XYZ | 12.93 | 6.14 | 39.03 | - |
| YUV | 60.26 | 190.5 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 171 | 0.41 | 0.89 | 0 | 0.33 | 272.55 | 0.81 | 0.37 |
| Hex | 65 | 12 | AB | 29 | 59 | 0 | 21 | 111 | 51 | 25 |
| Octal | 145 | 22 | 253 | 51 | 131 | 0 | 41 | 421 | 121 | 45 |
| Binary | 1100101 | 10010 | 10101011 | 101001 | 1011001 | 0 | 100001 | 100010001 | 1010001 | 100101 |
Color Harmonies of #6512AB
Complementary color
Monochromatic Colors of #6512AB
Black with #6512AB
Text Example
Text Example
White with #6512AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512AB; }
p { color: rgb(101,18,171); }
H1.HeaderClassName
{
color: #6512AB;
}
.AnyTagClassName
{
color: #6512AB;
}
</style>
background-color css
<style>
a { background-color: #6512AB; }
a { background-color: rgb(101,18,171); }
div.DivClassName
{
background-color: #6512AB;
}
.BgClassName
{
background-color: #6512AB;
}
</style>
border-color css
<style>
span { border-color: #6512AB; }
span { border-color: rgb(101,18,171); }
td.TdClassName
{
border-color: #6512AB;
}
.TagClassName
{
border-color: #6512AB;
}
</style>