Shades of Purple Heart #6516AF
Tints of Purple Heart #6516AF
RGB
CMYK
RGB Variations
Color information
#6516AF (or 0x6516AF) is known color: Purple Heart. HEX triplet: 65, 16 and AF. RGB value is (101,22,175). Sum of RGB (Red+Green+Blue) = 101+22+175=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #6516AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6516AF is #9AE950. Grayscale: #3E3E3E. Windows color (decimal): -10152273 or 11474533. OLE color: 11474533.
HSL color Cylindrical-coordinate representation of color #6516AF: hue angle of 270.98º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6516AF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 22 | 175 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.31 |
| HSL | 270.98º | 0.78% | 0.39% | - |
| HSV(B) | 270.98º | 0.87% | 0.69% | - |
| XYZ | 13.39 | 6.44 | 41.09 | - |
| YUV | 63.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 175 | 0.42 | 0.87 | 0 | 0.31 | 270.98 | 0.78 | 0.39 |
| Hex | 65 | 16 | AF | 2A | 57 | 0 | 1F | 10F | 4E | 27 |
| Octal | 145 | 26 | 257 | 52 | 127 | 0 | 37 | 417 | 116 | 47 |
| Binary | 1100101 | 10110 | 10101111 | 101010 | 1010111 | 0 | 11111 | 100001111 | 1001110 | 100111 |
Color Harmonies of #6516AF
Complementary color
Monochromatic Colors of #6516AF
Black with #6516AF
Text Example
Text Example
White with #6516AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516AF; }
p { color: rgb(101,22,175); }
H1.HeaderClassName
{
color: #6516AF;
}
.AnyTagClassName
{
color: #6516AF;
}
</style>
background-color css
<style>
a { background-color: #6516AF; }
a { background-color: rgb(101,22,175); }
div.DivClassName
{
background-color: #6516AF;
}
.BgClassName
{
background-color: #6516AF;
}
</style>
border-color css
<style>
span { border-color: #6516AF; }
span { border-color: rgb(101,22,175); }
td.TdClassName
{
border-color: #6516AF;
}
.TagClassName
{
border-color: #6516AF;
}
</style>