Shades of Purple Heart #6512AF
Tints of Purple Heart #6512AF
RGB
CMYK
RGB Variations
Color information
#6512AF (or 0x6512AF) is known color: Purple Heart. HEX triplet: 65, 12 and AF. RGB value is (101,18,175). Sum of RGB (Red+Green+Blue) = 101+18+175=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6512AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512AF is #9AED50. Grayscale: #3C3C3C. Windows color (decimal): -10153297 or 11473509. OLE color: 11473509.
HSL color Cylindrical-coordinate representation of color #6512AF: hue angle of 271.72º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6512AF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 18 | 175 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.31 |
| HSL | 271.72º | 0.81% | 0.38% | - |
| HSV(B) | 271.72º | 0.9% | 0.69% | - |
| XYZ | 13.32 | 6.29 | 41.07 | - |
| YUV | 60.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 175 | 0.42 | 0.90 | 0 | 0.31 | 271.72 | 0.81 | 0.38 |
| Hex | 65 | 12 | AF | 2A | 5A | 0 | 1F | 110 | 51 | 26 |
| Octal | 145 | 22 | 257 | 52 | 132 | 0 | 37 | 420 | 121 | 46 |
| Binary | 1100101 | 10010 | 10101111 | 101010 | 1011010 | 0 | 11111 | 100010000 | 1010001 | 100110 |
Color Harmonies of #6512AF
Complementary color
Monochromatic Colors of #6512AF
Black with #6512AF
Text Example
Text Example
White with #6512AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512AF; }
p { color: rgb(101,18,175); }
H1.HeaderClassName
{
color: #6512AF;
}
.AnyTagClassName
{
color: #6512AF;
}
</style>
background-color css
<style>
a { background-color: #6512AF; }
a { background-color: rgb(101,18,175); }
div.DivClassName
{
background-color: #6512AF;
}
.BgClassName
{
background-color: #6512AF;
}
</style>
border-color css
<style>
span { border-color: #6512AF; }
span { border-color: rgb(101,18,175); }
td.TdClassName
{
border-color: #6512AF;
}
.TagClassName
{
border-color: #6512AF;
}
</style>