Shades of Purple Heart #6710BF
Tints of Purple Heart #6710BF
RGB
CMYK
RGB Variations
Color information
#6710BF (or 0x6710BF) is known color: Purple Heart. HEX triplet: 67, 10 and BF. RGB value is (103,16,191). Sum of RGB (Red+Green+Blue) = 103+16+191=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #6710BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710BF is #98EF40. Grayscale: #3D3D3D. Windows color (decimal): -10022721 or 12521575. OLE color: 12521575.
HSL color Cylindrical-coordinate representation of color #6710BF: hue angle of 269.83º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6710BF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 16 | 191 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.25 |
| HSL | 269.83º | 0.85% | 0.41% | - |
| HSV(B) | 269.83º | 0.92% | 0.75% | - |
| XYZ | 15.18 | 7.02 | 49.84 | - |
| YUV | 61.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 191 | 0.46 | 0.92 | 0 | 0.25 | 269.83 | 0.85 | 0.41 |
| Hex | 67 | 10 | BF | 2E | 5C | 0 | 19 | 10E | 55 | 29 |
| Octal | 147 | 20 | 277 | 56 | 134 | 0 | 31 | 416 | 125 | 51 |
| Binary | 1100111 | 10000 | 10111111 | 101110 | 1011100 | 0 | 11001 | 100001110 | 1010101 | 101001 |
Color Harmonies of #6710BF
Complementary color
Monochromatic Colors of #6710BF
Black with #6710BF
Text Example
Text Example
White with #6710BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6710BF; }
p { color: rgb(103,16,191); }
H1.HeaderClassName
{
color: #6710BF;
}
.AnyTagClassName
{
color: #6710BF;
}
</style>
background-color css
<style>
a { background-color: #6710BF; }
a { background-color: rgb(103,16,191); }
div.DivClassName
{
background-color: #6710BF;
}
.BgClassName
{
background-color: #6710BF;
}
</style>
border-color css
<style>
span { border-color: #6710BF; }
span { border-color: rgb(103,16,191); }
td.TdClassName
{
border-color: #6710BF;
}
.TagClassName
{
border-color: #6710BF;
}
</style>