Shades of Purple Heart #6515D3
Tints of Purple Heart #6515D3
RGB
CMYK
RGB Variations
Color information
#6515D3 (or 0x6515D3) is known color: Purple Heart. HEX triplet: 65, 15 and D3. RGB value is (101,21,211). Sum of RGB (Red+Green+Blue) = 101+21+211=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 211 (82.81% from 255 or 63.36% from 333); Max value from RGB is 211 - color contains mainly: blue. Hex color #6515D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515D3 is #9AEA2C. Grayscale: #414141. Windows color (decimal): -10152493 or 13833573. OLE color: 13833573.
HSL color Cylindrical-coordinate representation of color #6515D3: hue angle of 265.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6515D3 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 21 | 211 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.17 |
| HSL | 265.26º | 0.82% | 0.45% | - |
| HSV(B) | 265.26º | 0.9% | 0.83% | - |
| XYZ | 17.39 | 8.01 | 62.26 | - |
| YUV | 66.58 | 209.5 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 211 | 0.52 | 0.90 | 0 | 0.17 | 265.26 | 0.82 | 0.45 |
| Hex | 65 | 15 | D3 | 34 | 5A | 0 | 11 | 109 | 52 | 2D |
| Octal | 145 | 25 | 323 | 64 | 132 | 0 | 21 | 411 | 122 | 55 |
| Binary | 1100101 | 10101 | 11010011 | 110100 | 1011010 | 0 | 10001 | 100001001 | 1010010 | 101101 |
Color Harmonies of #6515D3
Complementary color
Monochromatic Colors of #6515D3
Black with #6515D3
Text Example
Text Example
White with #6515D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515D3; }
p { color: rgb(101,21,211); }
H1.HeaderClassName
{
color: #6515D3;
}
.AnyTagClassName
{
color: #6515D3;
}
</style>
background-color css
<style>
a { background-color: #6515D3; }
a { background-color: rgb(101,21,211); }
div.DivClassName
{
background-color: #6515D3;
}
.BgClassName
{
background-color: #6515D3;
}
</style>
border-color css
<style>
span { border-color: #6515D3; }
span { border-color: rgb(101,21,211); }
td.TdClassName
{
border-color: #6515D3;
}
.TagClassName
{
border-color: #6515D3;
}
</style>