Shades of Purple Heart #6513BC
Tints of Purple Heart #6513BC
RGB
CMYK
RGB Variations
Color information
#6513BC (or 0x6513BC) is known color: Purple Heart. HEX triplet: 65, 13 and BC. RGB value is (101,19,188). Sum of RGB (Red+Green+Blue) = 101+19+188=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #6513BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513BC is #9AEC43. Grayscale: #3E3E3E. Windows color (decimal): -10153028 or 12325733. OLE color: 12325733.
HSL color Cylindrical-coordinate representation of color #6513BC: hue angle of 269.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6513BC is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 19 | 188 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.26 |
| HSL | 269.11º | 0.82% | 0.41% | - |
| HSV(B) | 269.11º | 0.9% | 0.74% | - |
| XYZ | 14.68 | 6.86 | 48.13 | - |
| YUV | 62.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 188 | 0.46 | 0.90 | 0 | 0.26 | 269.11 | 0.82 | 0.41 |
| Hex | 65 | 13 | BC | 2E | 5A | 0 | 1A | 10D | 52 | 29 |
| Octal | 145 | 23 | 274 | 56 | 132 | 0 | 32 | 415 | 122 | 51 |
| Binary | 1100101 | 10011 | 10111100 | 101110 | 1011010 | 0 | 11010 | 100001101 | 1010010 | 101001 |
Color Harmonies of #6513BC
Complementary color
Monochromatic Colors of #6513BC
Black with #6513BC
Text Example
Text Example
White with #6513BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513BC; }
p { color: rgb(101,19,188); }
H1.HeaderClassName
{
color: #6513BC;
}
.AnyTagClassName
{
color: #6513BC;
}
</style>
background-color css
<style>
a { background-color: #6513BC; }
a { background-color: rgb(101,19,188); }
div.DivClassName
{
background-color: #6513BC;
}
.BgClassName
{
background-color: #6513BC;
}
</style>
border-color css
<style>
span { border-color: #6513BC; }
span { border-color: rgb(101,19,188); }
td.TdClassName
{
border-color: #6513BC;
}
.TagClassName
{
border-color: #6513BC;
}
</style>