Shades of Purple Heart #6315BA
Tints of Purple Heart #6315BA
RGB
CMYK
RGB Variations
Color information
#6315BA (or 0x6315BA) is known color: Purple Heart. HEX triplet: 63, 15 and BA. RGB value is (99,21,186). Sum of RGB (Red+Green+Blue) = 99+21+186=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #6315BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315BA is #9CEA45. Grayscale: #3E3E3E. Windows color (decimal): -10283590 or 12195171. OLE color: 12195171.
HSL color Cylindrical-coordinate representation of color #6315BA: hue angle of 268.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6315BA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 21 | 186 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.27 |
| HSL | 268.36º | 0.8% | 0.41% | - |
| HSV(B) | 268.36º | 0.89% | 0.73% | - |
| XYZ | 14.28 | 6.73 | 47 | - |
| YUV | 63.13 | 197.34 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 186 | 0.47 | 0.89 | 0 | 0.27 | 268.36 | 0.8 | 0.41 |
| Hex | 63 | 15 | BA | 2F | 59 | 0 | 1B | 10C | 50 | 29 |
| Octal | 143 | 25 | 272 | 57 | 131 | 0 | 33 | 414 | 120 | 51 |
| Binary | 1100011 | 10101 | 10111010 | 101111 | 1011001 | 0 | 11011 | 100001100 | 1010000 | 101001 |
Color Harmonies of #6315BA
Complementary color
Monochromatic Colors of #6315BA
Black with #6315BA
Text Example
Text Example
White with #6315BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6315BA; }
p { color: rgb(99,21,186); }
H1.HeaderClassName
{
color: #6315BA;
}
.AnyTagClassName
{
color: #6315BA;
}
</style>
background-color css
<style>
a { background-color: #6315BA; }
a { background-color: rgb(99,21,186); }
div.DivClassName
{
background-color: #6315BA;
}
.BgClassName
{
background-color: #6315BA;
}
</style>
border-color css
<style>
span { border-color: #6315BA; }
span { border-color: rgb(99,21,186); }
td.TdClassName
{
border-color: #6315BA;
}
.TagClassName
{
border-color: #6315BA;
}
</style>