Shades of Purple Heart #6710BA
Tints of Purple Heart #6710BA
RGB
CMYK
RGB Variations
Color information
#6710BA (or 0x6710BA) is known color: Purple Heart. HEX triplet: 67, 10 and BA. RGB value is (103,16,186). Sum of RGB (Red+Green+Blue) = 103+16+186=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #6710BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710BA is #98EF45. Grayscale: #3C3C3C. Windows color (decimal): -10022726 or 12193895. OLE color: 12193895.
HSL color Cylindrical-coordinate representation of color #6710BA: hue angle of 270.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6710BA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 16 | 186 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.27 |
| HSL | 270.71º | 0.84% | 0.4% | - |
| HSV(B) | 270.71º | 0.91% | 0.73% | - |
| XYZ | 14.64 | 6.8 | 47 | - |
| YUV | 61.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 186 | 0.45 | 0.91 | 0 | 0.27 | 270.71 | 0.84 | 0.4 |
| Hex | 67 | 10 | BA | 2D | 5B | 0 | 1B | 10F | 54 | 28 |
| Octal | 147 | 20 | 272 | 55 | 133 | 0 | 33 | 417 | 124 | 50 |
| Binary | 1100111 | 10000 | 10111010 | 101101 | 1011011 | 0 | 11011 | 100001111 | 1010100 | 101000 |
Color Harmonies of #6710BA
Complementary color
Monochromatic Colors of #6710BA
Black with #6710BA
Text Example
Text Example
White with #6710BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6710BA; }
p { color: rgb(103,16,186); }
H1.HeaderClassName
{
color: #6710BA;
}
.AnyTagClassName
{
color: #6710BA;
}
</style>
background-color css
<style>
a { background-color: #6710BA; }
a { background-color: rgb(103,16,186); }
div.DivClassName
{
background-color: #6710BA;
}
.BgClassName
{
background-color: #6710BA;
}
</style>
border-color css
<style>
span { border-color: #6710BA; }
span { border-color: rgb(103,16,186); }
td.TdClassName
{
border-color: #6710BA;
}
.TagClassName
{
border-color: #6710BA;
}
</style>