Shades of Purple Heart #6513DC
Tints of Purple Heart #6513DC
RGB
CMYK
RGB Variations
Color information
#6513DC (or 0x6513DC) is known color: Purple Heart. HEX triplet: 65, 13 and DC. RGB value is (101,19,220). Sum of RGB (Red+Green+Blue) = 101+19+220=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #6513DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513DC is #9AEC23. Grayscale: #414141. Windows color (decimal): -10152996 or 14422885. OLE color: 14422885.
HSL color Cylindrical-coordinate representation of color #6513DC: hue angle of 264.48º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6513DC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 19 | 220 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.14 |
| HSL | 264.48º | 0.84% | 0.47% | - |
| HSV(B) | 264.48º | 0.91% | 0.86% | - |
| XYZ | 18.52 | 8.4 | 68.36 | - |
| YUV | 66.43 | 214.67 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 220 | 0.54 | 0.91 | 0 | 0.14 | 264.48 | 0.84 | 0.47 |
| Hex | 65 | 13 | DC | 36 | 5B | 0 | E | 108 | 54 | 2F |
| Octal | 145 | 23 | 334 | 66 | 133 | 0 | 16 | 410 | 124 | 57 |
| Binary | 1100101 | 10011 | 11011100 | 110110 | 1011011 | 0 | 1110 | 100001000 | 1010100 | 101111 |
Color Harmonies of #6513DC
Complementary color
Monochromatic Colors of #6513DC
Black with #6513DC
Text Example
Text Example
White with #6513DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513DC; }
p { color: rgb(101,19,220); }
H1.HeaderClassName
{
color: #6513DC;
}
.AnyTagClassName
{
color: #6513DC;
}
</style>
background-color css
<style>
a { background-color: #6513DC; }
a { background-color: rgb(101,19,220); }
div.DivClassName
{
background-color: #6513DC;
}
.BgClassName
{
background-color: #6513DC;
}
</style>
border-color css
<style>
span { border-color: #6513DC; }
span { border-color: rgb(101,19,220); }
td.TdClassName
{
border-color: #6513DC;
}
.TagClassName
{
border-color: #6513DC;
}
</style>