Shades of Purple Heart #6713BC
Tints of Purple Heart #6713BC
RGB
CMYK
RGB Variations
Color information
#6713BC (or 0x6713BC) is known color: Purple Heart. HEX triplet: 67, 13 and BC. RGB value is (103,19,188). Sum of RGB (Red+Green+Blue) = 103+19+188=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6713BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713BC is #98EC43. Grayscale: #3E3E3E. Windows color (decimal): -10021956 or 12325735. OLE color: 12325735.
HSL color Cylindrical-coordinate representation of color #6713BC: hue angle of 269.82º 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 #6713BC is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 19 | 188 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.26 |
| HSL | 269.82º | 0.82% | 0.41% | - |
| HSV(B) | 269.82º | 0.9% | 0.74% | - |
| XYZ | 14.9 | 6.98 | 48.14 | - |
| YUV | 63.38 | 198.33 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 188 | 0.45 | 0.90 | 0 | 0.26 | 269.82 | 0.82 | 0.41 |
| Hex | 67 | 13 | BC | 2D | 5A | 0 | 1A | 10E | 52 | 29 |
| Octal | 147 | 23 | 274 | 55 | 132 | 0 | 32 | 416 | 122 | 51 |
| Binary | 1100111 | 10011 | 10111100 | 101101 | 1011010 | 0 | 11010 | 100001110 | 1010010 | 101001 |
Color Harmonies of #6713BC
Complementary color
Monochromatic Colors of #6713BC
Black with #6713BC
Text Example
Text Example
White with #6713BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713BC; }
p { color: rgb(103,19,188); }
H1.HeaderClassName
{
color: #6713BC;
}
.AnyTagClassName
{
color: #6713BC;
}
</style>
background-color css
<style>
a { background-color: #6713BC; }
a { background-color: rgb(103,19,188); }
div.DivClassName
{
background-color: #6713BC;
}
.BgClassName
{
background-color: #6713BC;
}
</style>
border-color css
<style>
span { border-color: #6713BC; }
span { border-color: rgb(103,19,188); }
td.TdClassName
{
border-color: #6713BC;
}
.TagClassName
{
border-color: #6713BC;
}
</style>