Shades of Purple Heart #6713BF
Tints of Purple Heart #6713BF
RGB
CMYK
RGB Variations
Color information
#6713BF (or 0x6713BF) is known color: Purple Heart. HEX triplet: 67, 13 and BF. RGB value is (103,19,191). Sum of RGB (Red+Green+Blue) = 103+19+191=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #6713BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713BF is #98EC40. Grayscale: #3F3F3F. Windows color (decimal): -10021953 or 12522343. OLE color: 12522343.
HSL color Cylindrical-coordinate representation of color #6713BF: hue angle of 269.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6713BF is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 19 | 191 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.25 |
| HSL | 269.3º | 0.82% | 0.41% | - |
| HSV(B) | 269.3º | 0.9% | 0.75% | - |
| XYZ | 15.23 | 7.11 | 49.86 | - |
| YUV | 63.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 191 | 0.46 | 0.90 | 0 | 0.25 | 269.3 | 0.82 | 0.41 |
| Hex | 67 | 13 | BF | 2E | 5A | 0 | 19 | 10D | 52 | 29 |
| Octal | 147 | 23 | 277 | 56 | 132 | 0 | 31 | 415 | 122 | 51 |
| Binary | 1100111 | 10011 | 10111111 | 101110 | 1011010 | 0 | 11001 | 100001101 | 1010010 | 101001 |
Color Harmonies of #6713BF
Complementary color
Monochromatic Colors of #6713BF
Black with #6713BF
Text Example
Text Example
White with #6713BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713BF; }
p { color: rgb(103,19,191); }
H1.HeaderClassName
{
color: #6713BF;
}
.AnyTagClassName
{
color: #6713BF;
}
</style>
background-color css
<style>
a { background-color: #6713BF; }
a { background-color: rgb(103,19,191); }
div.DivClassName
{
background-color: #6713BF;
}
.BgClassName
{
background-color: #6713BF;
}
</style>
border-color css
<style>
span { border-color: #6713BF; }
span { border-color: rgb(103,19,191); }
td.TdClassName
{
border-color: #6713BF;
}
.TagClassName
{
border-color: #6713BF;
}
</style>