Shades of Purple Heart #6913BA
Tints of Purple Heart #6913BA
RGB
CMYK
RGB Variations
Color information
#6913BA (or 0x6913BA) is known color: Purple Heart. HEX triplet: 69, 13 and BA. RGB value is (105,19,186). Sum of RGB (Red+Green+Blue) = 105+19+186=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #6913BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913BA is #96EC45. Grayscale: #3F3F3F. Windows color (decimal): -9890886 or 12194665. OLE color: 12194665.
HSL color Cylindrical-coordinate representation of color #6913BA: hue angle of 270.9º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6913BA is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 19 | 186 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.27 |
| HSL | 270.9º | 0.81% | 0.4% | - |
| HSV(B) | 270.9º | 0.9% | 0.73% | - |
| XYZ | 14.92 | 7.01 | 47.02 | - |
| YUV | 63.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 186 | 0.44 | 0.90 | 0 | 0.27 | 270.9 | 0.81 | 0.4 |
| Hex | 69 | 13 | BA | 2C | 5A | 0 | 1B | 10F | 51 | 28 |
| Octal | 151 | 23 | 272 | 54 | 132 | 0 | 33 | 417 | 121 | 50 |
| Binary | 1101001 | 10011 | 10111010 | 101100 | 1011010 | 0 | 11011 | 100001111 | 1010001 | 101000 |
Color Harmonies of #6913BA
Complementary color
Monochromatic Colors of #6913BA
Black with #6913BA
Text Example
Text Example
White with #6913BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6913BA; }
p { color: rgb(105,19,186); }
H1.HeaderClassName
{
color: #6913BA;
}
.AnyTagClassName
{
color: #6913BA;
}
</style>
background-color css
<style>
a { background-color: #6913BA; }
a { background-color: rgb(105,19,186); }
div.DivClassName
{
background-color: #6913BA;
}
.BgClassName
{
background-color: #6913BA;
}
</style>
border-color css
<style>
span { border-color: #6913BA; }
span { border-color: rgb(105,19,186); }
td.TdClassName
{
border-color: #6913BA;
}
.TagClassName
{
border-color: #6913BA;
}
</style>