Shades of Purple Heart #6707BA
Tints of Purple Heart #6707BA
RGB
CMYK
RGB Variations
Color information
#6707BA (or 0x6707BA) is known color: Purple Heart. HEX triplet: 67, 07 and BA. RGB value is (103,7,186). Sum of RGB (Red+Green+Blue) = 103+7+186=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #6707BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6707BA is #98F845. Grayscale: #373737. Windows color (decimal): -10025030 or 12191591. OLE color: 12191591.
HSL color Cylindrical-coordinate representation of color #6707BA: hue angle of 272.18º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6707BA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 7 | 186 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.27 |
| HSL | 272.18º | 0.93% | 0.38% | - |
| HSV(B) | 272.18º | 0.96% | 0.73% | - |
| XYZ | 14.53 | 6.58 | 46.96 | - |
| YUV | 56.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 186 | 0.45 | 0.96 | 0 | 0.27 | 272.18 | 0.93 | 0.38 |
| Hex | 67 | 7 | BA | 2D | 60 | 0 | 1B | 110 | 5D | 26 |
| Octal | 147 | 7 | 272 | 55 | 140 | 0 | 33 | 420 | 135 | 46 |
| Binary | 1100111 | 111 | 10111010 | 101101 | 1100000 | 0 | 11011 | 100010000 | 1011101 | 100110 |
Color Harmonies of #6707BA
Complementary color
Monochromatic Colors of #6707BA
Black with #6707BA
Text Example
Text Example
White with #6707BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6707BA; }
p { color: rgb(103,7,186); }
H1.HeaderClassName
{
color: #6707BA;
}
.AnyTagClassName
{
color: #6707BA;
}
</style>
background-color css
<style>
a { background-color: #6707BA; }
a { background-color: rgb(103,7,186); }
div.DivClassName
{
background-color: #6707BA;
}
.BgClassName
{
background-color: #6707BA;
}
</style>
border-color css
<style>
span { border-color: #6707BA; }
span { border-color: rgb(103,7,186); }
td.TdClassName
{
border-color: #6707BA;
}
.TagClassName
{
border-color: #6707BA;
}
</style>