Shades of Purple Heart #6515AA
Tints of Purple Heart #6515AA
RGB
CMYK
RGB Variations
Color information
#6515AA (or 0x6515AA) is known color: Purple Heart. HEX triplet: 65, 15 and AA. RGB value is (101,21,170). Sum of RGB (Red+Green+Blue) = 101+21+170=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #6515AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6515AA is #9AEA55. Grayscale: #3D3D3D. Windows color (decimal): -10152534 or 11146597. OLE color: 11146597.
HSL color Cylindrical-coordinate representation of color #6515AA: hue angle of 272.21º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6515AA is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 21 | 170 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.33 |
| HSL | 272.21º | 0.78% | 0.37% | - |
| HSV(B) | 272.21º | 0.88% | 0.67% | - |
| XYZ | 12.89 | 6.21 | 38.55 | - |
| YUV | 61.91 | 189 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 170 | 0.41 | 0.88 | 0 | 0.33 | 272.21 | 0.78 | 0.37 |
| Hex | 65 | 15 | AA | 29 | 58 | 0 | 21 | 110 | 4E | 25 |
| Octal | 145 | 25 | 252 | 51 | 130 | 0 | 41 | 420 | 116 | 45 |
| Binary | 1100101 | 10101 | 10101010 | 101001 | 1011000 | 0 | 100001 | 100010000 | 1001110 | 100101 |
Color Harmonies of #6515AA
Complementary color
Monochromatic Colors of #6515AA
Black with #6515AA
Text Example
Text Example
White with #6515AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515AA; }
p { color: rgb(101,21,170); }
H1.HeaderClassName
{
color: #6515AA;
}
.AnyTagClassName
{
color: #6515AA;
}
</style>
background-color css
<style>
a { background-color: #6515AA; }
a { background-color: rgb(101,21,170); }
div.DivClassName
{
background-color: #6515AA;
}
.BgClassName
{
background-color: #6515AA;
}
</style>
border-color css
<style>
span { border-color: #6515AA; }
span { border-color: rgb(101,21,170); }
td.TdClassName
{
border-color: #6515AA;
}
.TagClassName
{
border-color: #6515AA;
}
</style>