Shades of Purple Heart #6515DA
Tints of Purple Heart #6515DA
RGB
CMYK
RGB Variations
Color information
#6515DA (or 0x6515DA) is known color: Purple Heart. HEX triplet: 65, 15 and DA. RGB value is (101,21,218). Sum of RGB (Red+Green+Blue) = 101+21+218=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #6515DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515DA is #9AEA25. Grayscale: #424242. Windows color (decimal): -10152486 or 14292325. OLE color: 14292325.
HSL color Cylindrical-coordinate representation of color #6515DA: hue angle of 264.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6515DA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 21 | 218 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.15 |
| HSL | 264.37º | 0.82% | 0.47% | - |
| HSV(B) | 264.37º | 0.9% | 0.85% | - |
| XYZ | 18.29 | 8.36 | 66.98 | - |
| YUV | 67.38 | 213 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 218 | 0.54 | 0.90 | 0 | 0.15 | 264.37 | 0.82 | 0.47 |
| Hex | 65 | 15 | DA | 36 | 5A | 0 | F | 108 | 52 | 2F |
| Octal | 145 | 25 | 332 | 66 | 132 | 0 | 17 | 410 | 122 | 57 |
| Binary | 1100101 | 10101 | 11011010 | 110110 | 1011010 | 0 | 1111 | 100001000 | 1010010 | 101111 |
Color Harmonies of #6515DA
Complementary color
Monochromatic Colors of #6515DA
Black with #6515DA
Text Example
Text Example
White with #6515DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515DA; }
p { color: rgb(101,21,218); }
H1.HeaderClassName
{
color: #6515DA;
}
.AnyTagClassName
{
color: #6515DA;
}
</style>
background-color css
<style>
a { background-color: #6515DA; }
a { background-color: rgb(101,21,218); }
div.DivClassName
{
background-color: #6515DA;
}
.BgClassName
{
background-color: #6515DA;
}
</style>
border-color css
<style>
span { border-color: #6515DA; }
span { border-color: rgb(101,21,218); }
td.TdClassName
{
border-color: #6515DA;
}
.TagClassName
{
border-color: #6515DA;
}
</style>